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
|
|
@ -5,6 +5,8 @@
|
|||
<h2 class="entry-title">
|
||||
<a href="{{ article.url }}" rel="bookmark"
|
||||
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
|
||||
{% import 'translations.html' as translations with context %}
|
||||
{{ translations.translations_for(article) }}
|
||||
</header>
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="{{ article.date.isoformat() }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue