5 lines
371 B
HTML
5 lines
371 B
HTML
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a>
|
|
<time datetime="{{ article.date.isoformat() }}" pubdate>{{ article.locale_date }}</time>
|
|
{% if article.tags %}<p class="tags">tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }} </a>{% endfor %}</p>{% endif %}
|
|
</a>
|