aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/category.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/category.html')
-rwxr-xr-xcrumbs/templates/category.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/crumbs/templates/category.html b/crumbs/templates/category.html
index 3264eef..d88ab8c 100755
--- a/crumbs/templates/category.html
+++ b/crumbs/templates/category.html
@@ -12,8 +12,10 @@
<dl class="dl-horizontal">
{% for article in articles %}
<div class="card">
- <h2><b>{{ article.title }}</b></h2>
- <hr class="divider" />
+ <h2><b><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></b></h2>
+ {% set in_article = false %}
+ {% include "article_header.html" %}
+
<p>{{ article.summary }}</p>
</div>
{% endfor %}