mirror of
https://github.com/kennethreitz-archive/.com.git
synced 2026-06-18 22:30:56 +00:00
13 lines
285 B
HTML
13 lines
285 B
HTML
{% if not article.project %}
|
|
|
|
<footer class="post-info">
|
|
<abbr class="published" title="{{ article.date.isoformat() }}">
|
|
<b>{{ article.locale_date }}</b>
|
|
</abbr>
|
|
|
|
{% include 'taglist.html' %}
|
|
{% include 'translations.html' %}
|
|
|
|
</footer>
|
|
|
|
{% endif %} |