Primi aggiustamenti con il tema pelican-blue sistemato.
This commit is contained in:
parent
c1dddffa44
commit
cdc6531c16
31 changed files with 965 additions and 20 deletions
6
themes/pelican-blue/templates/translations.html
Normal file
6
themes/pelican-blue/templates/translations.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% if article.translations %}
|
||||
<span class="label">Languages</span>
|
||||
{% for translation in article.translations %}
|
||||
<a href="{{ SITEURL }}/{{ translation.url }}"><i class="icon-edit"></i>{{ translation.lang }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue