diff options
author | EuAndreh <eu@euandre.org> | 2020-02-08 17:39:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-08 17:39:35 -0300 |
commit | a260c977c476fac613ae6060bb063a9d1bb3d712 (patch) | |
tree | 134590fd6ebf5a6bb5515582ea077f8c319e57ee /_includes/public-inbox.html | |
parent | Remove extra role=main attribute (diff) | |
download | euandre.org-a260c977c476fac613ae6060bb063a9d1bb3d712.tar.gz euandre.org-a260c977c476fac613ae6060bb063a9d1bb3d712.tar.xz |
Add URI escaping to mailto link
Diffstat (limited to '_includes/public-inbox.html')
-rw-r--r-- | _includes/public-inbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index 478eac6..2d3f7fe 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -2,7 +2,7 @@ Have a comment on this post? Start a discussion in my <a href="https://lists.sr.ht/~euandreh/public-inbox">public inbox</a> by sending an email to - <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">mailing list etiquette</a>], or see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | escape }}">existing discussions</a>. {% elsif page.lang == 'pt' %} |