Track theme
This commit is contained in:
parent
48932f2b80
commit
928e3afebd
21 changed files with 988 additions and 1 deletions
6
themes/blue-penguin/templates/translations.html
Normal file
6
themes/blue-penguin/templates/translations.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% if article.translations %}
|
||||
Translations:
|
||||
{% for translation in article.translations %}
|
||||
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue