blob: c186509f25db58d43f940673c99d950702f3e687 (
plain) (
tree)
|
|
{% if page.lang == 'en' %}
Do you have a comment on this text?
<a href="mailto:{{ site.author.email }}">Email me</a>
directly or start a discussion in my
<a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">public inbox</a>,
or see
<a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a>.
{% elsif page.lang == 'pt' %}
Você tem um comentário sobre esse texto?
<a href="mailto:{{ site.author.email }}">Me mande um email</a>
diretamente ou comece uma discussão na minha
<a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">caixa de entrada pública</a>,
ou procure por
<a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussões existentes</a>.
{% elsif page.lang == 'fr' %}
Avez-vous des commentaires à propos de cette text?
<a href="mailto:{{ site.author.email }}">Envoyez-moi un email</a>
directement ou commencer une discussiòn dans ma
<a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">boîte de récepcion publique</a>,
ou rechèrche les
<a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussion existantes</a>.
{% endif %}
|