receitasdecerveja.com.br/receitasdecerveja/themes/monospace/templates/translations.html
Renne Rocha 7228ee43b5 Create jekyll-gh-pages.yml
Revert

Commit inicial - quickstart do Pelican

Remover README

Teste de Action para Github Actions

Clean repo

Making it work with Pelican and fly.io

Novo tema e tracking com Umami
2023-12-26 17:57:31 -03:00

6 lines
205 B
HTML

{% if article.translations %}
Translations:
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}