aboutsummaryrefslogblamecommitdiffstats
path: root/medio/templates/includes/post_metadata.html
blob: 3fd4efd514aeff3a15952799d57a2746e61bcae5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                        
<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 %}
    &mdash; <abbr title="{{ article.date.isoformat() }}">{{ article.locale_date }}</abbr>
    {% if article.readtime_minutes %}
    &mdash; {{ article.readtime_minutes }} min read
    {% endif %}
</div>