forked from github/pelican
List of translations for simple and notmyidea pages
This commit is contained in:
parent
67c576add6
commit
429991c3f9
6 changed files with 20 additions and 1 deletions
|
|
@ -10,5 +10,6 @@
|
|||
{% endif %}
|
||||
<p>In <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>. {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">get the pdf</a>{% endif %}</p>
|
||||
{% include 'taglist.html' %}
|
||||
{% include 'translations.html' %}
|
||||
{% import 'translations.html' as translations with context %}
|
||||
{{ translations.translations_for(article) }}
|
||||
</footer><!-- /.post-info -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue