aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/article_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/article_header.html')
-rw-r--r--crumbs/templates/article_header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/crumbs/templates/article_header.html b/crumbs/templates/article_header.html
index 4f265b7..be8283f 100644
--- a/crumbs/templates/article_header.html
+++ b/crumbs/templates/article_header.html
@@ -2,8 +2,10 @@
<p>< Back</p>
</div> -->
-{% if in_article == true %}
+{% if type == 'single' %}
<h3 class="card-header-url"><a href="{{ SITEURL }}/{{ article.category|lower }}"> ⇠ Back</a></h3>
+{% else %}
+<h2 class="card-header-url"><b><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></b></h2>
{% endif %}
<div class="article-meta">