|
@@ -73,7 +73,7 @@ All Tags - {{ super() }}
|
|
<div class="span8 offset2">
|
|
<div class="span8 offset2">
|
|
{% for tag, articles in tags %}
|
|
{% for tag, articles in tags %}
|
|
<h2 id="{{ tag|replace(' ', '-')|e }}-ref" class="tag-title">{{ tag }}</h2>
|
|
<h2 id="{{ tag|replace(' ', '-')|e }}-ref" class="tag-title">{{ tag }}</h2>
|
|
- <ul>
|
|
|
|
|
|
+ <ul class="articles-in-tag">
|
|
{% for article in articles %}
|
|
{% for article in articles %}
|
|
<li><a href="{{ article.url }}">{{ article.title }}</a></li>
|
|
<li><a href="{{ article.url }}">{{ article.title }}</a></li>
|
|
{% endfor %}
|
|
{% endfor %}
|