diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/i18n-date.html | 5 | ||||
-rw-r--r-- | _includes/public-inbox.html | 21 |
2 files changed, 20 insertions, 6 deletions
diff --git a/_includes/i18n-date.html b/_includes/i18n-date.html index 5fa30b4..c57d93b 100644 --- a/_includes/i18n-date.html +++ b/_includes/i18n-date.html @@ -12,4 +12,9 @@ handcrafting the "%-d de %B de %Y" date format {% endcomment %} {{ include.date | date: "%-d de " }}{{ i18n_month }}{{ include.date | date: " de %Y" }} +{% elsif page.lang == "fr" %} + {% comment %} + handcrafting the "%-d de %B de %Y" date format + {% endcomment %} + {{ include.date | date: "%-d de " }}{{ i18n_month }}{{ include.date | date: " de %Y" }} {% endif %} diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index f598f8f..95a98ec 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -4,16 +4,25 @@ 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>. + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</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 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> - [<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>. + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>, + ou procure por + <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussões existentes</a>. +{% elsif page.lang == 'fr' %} + Avez-vous des commentaires à propos de cette text? + <a href="mailto:eu@euandre.org">Envoyez-moi un email</a> + directement ou commencer une discussiòn dans ma + <a href="https://lists.sr.ht/~euandreh/public-inbox">boîte de récepcion publique</a> + en envoyant un email à + <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a>, + ou rechèrche les + <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussion existantes</a>. {% endif %} |