aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-08 17:42:31 -0300
committerEuAndreh <eu@euandre.org>2020-02-08 17:42:31 -0300
commit3fd197d8a6309fe91184a0f61d7f6f7b47ef25cc (patch)
tree9b366b25a59b1d33d9e0a159ae30c64f4e9d1949 /_includes
parentAdd URI escaping to mailto link (diff)
downloadeuandre.org-3fd197d8a6309fe91184a0f61d7f6f7b47ef25cc.tar.gz
euandre.org-3fd197d8a6309fe91184a0f61d7f6f7b47ef25cc.tar.xz
Add missing URI escaping
Diffstat (limited to '_includes')
-rw-r--r--_includes/public-inbox.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html
index 2d3f7fe..a630d50 100644
--- a/_includes/public-inbox.html
+++ b/_includes/public-inbox.html
@@ -4,12 +4,12 @@
by sending an email to
<a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>
[<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>],
- or see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | escape }}">existing discussions</a>.
+ or see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a>.
{% elsif page.lang == 'pt' %}
Tem um comentário sobre essa postagem? Comece uma discussão na minha
<a href="https://lists.sr.ht/~euandreh/public-inbox">caixa de entrada pública</a>
mandando um email para
- <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | escape }}">~euandreh/public-inbox@lists.sr.ht</a>
+ <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>
[<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">etiqueta da lista de email</a> (em inglês)],
- ou procure por <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | escape }}">discussões existentes</a>.
+ ou procure por <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussões existentes</a>.
{% endif %}