diff options
author | EuAndreh <eu@euandre.org> | 2022-04-17 10:49:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-04-17 10:49:14 -0300 |
commit | 37b47ab9e1e46adc18560b6a3a7d1554fb86cb05 (patch) | |
tree | e8a4db556be4268af810373664aba4ac5345b080 | |
parent | aux/ci/: Add (diff) | |
download | euandre.org-37b47ab9e1e46adc18560b6a3a7d1554fb86cb05.tar.gz euandre.org-37b47ab9e1e46adc18560b6a3a7d1554fb86cb05.tar.xz |
_includes/public-inbox.html: Use "Re:" over "RE:" for mailto link
From RFC 5322 [0]:
> When used in a reply, the field body MAY start with the
> string "Re: " (an abbreviation of the Latin "in re", meaning "in the
> matter of") followed by the contents of the "Subject:" field body of
> the original message.
[0]: https://www.rfc-editor.org/rfc/rfc5322
Diffstat (limited to '')
-rw-r--r-- | _includes/public-inbox.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index 5ecb169..b38b998 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -5,22 +5,22 @@ it harder to understand. {% endcomment %} {% if page.lang == 'en' %} - <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Comment</a> + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">Comment</a> and see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a> | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">view source</a> {% elsif page.lang == 'pt' %} - <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Comente</a> + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">Comente</a> e veja <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">as discussões existentes</a> | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">ver fonte</a> {% elsif page.lang == 'fr' %} - <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Commenter</a> + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">Commenter</a> et afficher <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">les discussion existantes</a> | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">voir source</a> {% elsif page.lang == 'eo' %} - <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">Komentu</a> + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">Komentu</a> kaj <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">vidi ekzistantajn diskutojn</a> | <a href="https://euandreh.xyz/website.git/tree/{{ page.path }}">vidu fontkodo</a> |