blob: 7aab9058b228f244571f79c823cd2900bd6392f9 [file] [log] [blame]
Justin Montgomery42131ff2016-05-04 17:32:21 -07001<div class="article_meta">
2 <p>Posted <time data-timeago datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time>
3 {% if article.author %}
4 by {% if AUTHORS_URL %} <a href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>{% else %}{{ article.author}}{% endif %}
5 {% endif %}
6 </p>
7 {% if article.modified %}
8 <p>Last updated <time data-timeago datetime="{{ article.modified.isoformat() }}">{{ article.locale_modified }}</time></p>
9 {% endif %}
10 <p>
11 {% if CATEGORY_URL %}
12 Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
13 {% if TAG_URL and article.tags %}&ndash;&ndash;{% endif %}
14 {% endif %}
15 {% if TAG_URL and article.tags %}
16 Tags:
17 {% for tag in article.tags %}
18 <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %},{% endif %}
19 {% endfor %}
20 </p>
21 {% endif %}
22</div>