diff options
Diffstat (limited to '_includes/public-inbox.html')
-rw-r--r-- | _includes/public-inbox.html | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index c186509..e0b6348 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -1,22 +1,13 @@ {% 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="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>. {% 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>. + <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>. {% 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>. + <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>. {% endif %} |