blob: 3fd4efd514aeff3a15952799d57a2746e61bcae5 (
plain) (
tree)
|
|
<div class="pure-u-3-4 meta-data">
<a href="{{ SITEURL }}/{{ article.category.url }}" class="category">{{ article.category }}</a><br />
{% for author in article.authors %}
<a class="author" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
— <abbr title="{{ article.date.isoformat() }}">{{ article.locale_date }}</abbr>
{% if article.readtime_minutes %}
— {{ article.readtime_minutes }} min read
{% endif %}
</div>
|