blob: 95a98ec468cb791a1e7d4880dbd548df1a86804f (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{% if page.lang == 'en' %}
Do you have a comment on this text?
<a href="mailto:eu@euandre.org">Email me</a>
directly or 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 | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</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:eu@euandre.org">Me mande um email</a>
diretamente ou 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 | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</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:eu@euandre.org">Envoyez-moi un email</a>
directement ou commencer une discussiòn dans ma
<a href="https://lists.sr.ht/~euandreh/public-inbox">boîte de récepcion publique</a>
en envoyant un email à
<a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>,
ou rechèrche les
<a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussion existantes</a>.
{% endif %}
|