aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: b1b1412c52d5997f27811a08cbf63b67df157d50 (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
29
30
---
layout: default
---
<article>
  <section class="header">
    {{ site.t.posted_on[page.lang] }} {{ page.date | date: site.t.date_format[page.lang] }}
  </section>
  <section>
    {{ content }}
  </section>
  <section>
    <p>
      {% if page.lang == 'en' %}
        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 | 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 | escape }}">existing discussions</a>.
      {% elsif page.lang == 'pt' %}
        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 | 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 | escape }}">discussões existentes</a>.
      {% endif %}
    </p>
  </section>
</article>