aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-01-22 22:03:34 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-01-22 22:03:34 +0100
commit173140821e3542520a33ff72f56e279557f52341 (patch)
treeeebf4d2caac86373f9fc996cc7127484e437be92
parent4005749a7c45bfd55e0859f6ab264bae1c3d556e (diff)
Removing no-longer-required sub template
-rw-r--r--crumbs/templates/article_header.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/crumbs/templates/article_header.html b/crumbs/templates/article_header.html
deleted file mode 100644
index be8283f..0000000
--- a/crumbs/templates/article_header.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- <div class="article-title">
- <p>< Back</p>
-</div> -->
-
-{% 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">
- <p>
- {% if article.tags|length > 0 %}
- {% for tag in article.tags|sort %}
- <strong>{{ tag }} |</strong>
- {% endfor %}
- Tags
- {% endif %}
- </p>
- <p>Published <span class="tc-brown"><strong>{{ article.locale_date }}</strong></span></p>
- <p>This article takes <span class="tc-brown"><strong>{{article.read_time_string}}</strong></span> to read.</p>
-</div> \ No newline at end of file