aboutsummaryrefslogblamecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/translations.html
blob: 65c568406cfb295031d5077900a701ca8861160c (plain) (tree)
1
2
3
4
5
6





                                                                                
{% if article.translations %}
<span class="label label-default">Lang</span>
{% for translation in article.translations %}
	<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}