aboutsummaryrefslogtreecommitdiffstats
path: root/new-bootstrap2/templates/article_infos.html
blob: f95a27b578701c52f943cd53da6b5e83cc12ee7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<footer class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}">
    <i class="icon-calendar"></i>&nbsp;{{ article.locale_date }}
</abbr>
{% if article.author %}
<br/><a href="{{ SITEURL }}/{{ article.author.url }}"><i class="icon-user"></i>&nbsp;{{ article.author }}</a>
{% endif %}

{% if PDF_GENERATOR %}
<span class="label">
    <a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">PDF</a>
</span>
{% endif %}

{% include 'taglist.html' %}
{% include 'translations.html' %}
</footer><!-- /.post-info -->