aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-05 22:17:02 -0300
committerEuAndreh <eu@euandre.org>2020-02-05 22:17:02 -0300
commit24ec58d573405c740239b9e96437c5968d037dce (patch)
tree8a5932f577f162cdb81b5fe635c6fba08f7cf6ae /_layouts/post.html
parentDIY Atom feed (diff)
downloadeuandre.org-24ec58d573405c740239b9e96437c5968d037dce.tar.gz
euandre.org-24ec58d573405c740239b9e96437c5968d037dce.tar.xz
DIY jekyll-seo-tag
Diffstat (limited to '')
-rw-r--r--_layouts/post.html16
1 files changed, 1 insertions, 15 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index b1b1412..629e02f 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -10,21 +10,7 @@ layout: default
</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 %}
+ {% include public-inbox.html %}
</p>
</section>
</article>