fix news
This commit is contained in:
parent
e74ab5534d
commit
4e69ae37ed
1 changed files with 17 additions and 0 deletions
17
themes/maya0x17/templates/article_infos.html
Normal file
17
themes/maya0x17/templates/article_infos.html
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<footer class="post-info">
|
||||||
|
<div class="published" title="{{ article.date.isoformat() }}">
|
||||||
|
Published: <time>{{ article.locale_date }}</time>
|
||||||
|
</div>
|
||||||
|
{% if article.modified %}
|
||||||
|
<br />
|
||||||
|
<abbr class="modified" title="{{ article.modified.isoformat() }}">
|
||||||
|
Updated: {{ article.locale_modified }}
|
||||||
|
</abbr>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{#
|
||||||
|
<p>In <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>.</p>
|
||||||
|
#}
|
||||||
|
{% import 'translations.html' as translations with context %}
|
||||||
|
{{ translations.translations_for(article) }}
|
||||||
|
</footer><!-- /.post-info -->
|
Loading…
Reference in a new issue