aboutsummaryrefslogtreecommitdiff
path: root/_includes/public-inbox.html
blob: e0b63484107f1f13f35784e189a7eceb80fbe0f4 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% if page.lang == 'en' %}
  <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' %}
  <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' %}
  <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 %}