blob: aaeff37f6fbecacc24894f6469f89e509ba01cd8 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{% if page.lang == 'en' %}
Do you 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 | 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 | uri_escape }}">existing discussions</a>.
{% elsif page.lang == 'pt' %}
Você tem um comentário sobre essa postagem? 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>
[<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">etiqueta da lista de email</a> (em inglês)],
ou procure por <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussões existentes</a>.
{% endif %}
|