diff options
author | EuAndreh <eu@euandre.org> | 2020-08-12 07:17:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-12 07:17:20 -0300 |
commit | 32d81751c8b9f19ab0c0d47e7f42bf7292dbefe0 (patch) | |
tree | 2039771c37e067980dd0724e4dc92deda651b976 /_includes | |
parent | Add post and TIL templates (diff) | |
download | euandre.org-32d81751c8b9f19ab0c0d47e7f42bf7292dbefe0.tar.gz euandre.org-32d81751c8b9f19ab0c0d47e7f42bf7292dbefe0.tar.xz |
public-inbox.html: Add link to email me directly
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/public-inbox.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index aaeff37..f598f8f 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -1,12 +1,16 @@ {% if page.lang == 'en' %} - Do you have a comment on this post? Start a discussion in my + 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> [<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 + 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> |