|
@@ -57,8 +57,8 @@ All tags used in the {{ SITENAME|striptags|e }} blog.
|
|
|
<div class="row">
|
|
|
<div class="col-md-8 col-md-offset-2">
|
|
|
{% for tag, articles in tags|sort %}
|
|
|
- <h2 id="{{ tag.slug }}-ref" class="tag-title">{{ tag }}</h2>
|
|
|
- <ul class="articles-in-tag list-articles-category">
|
|
|
+ <h2 id="{{ tag.slug }}-ref" class="list-of-tags">{{ tag }}</h2>
|
|
|
+ <ul class="articles-in-tag">
|
|
|
{% for article in articles|sort(reverse = true, attribute = 'date') %}
|
|
|
<li><time pubdate="pubdate" datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }} {%if article.subtitle %} <small> {{ article.subtitle }} </small> {% endif %} </a></li>
|
|
|
{% endfor %}
|