aboutsummaryrefslogtreecommitdiffstats
path: root/coding-now/templates/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'coding-now/templates/categories.html')
-rw-r--r--coding-now/templates/categories.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/coding-now/templates/categories.html b/coding-now/templates/categories.html
deleted file mode 100644
index 26396bb..0000000
--- a/coding-now/templates/categories.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends 'base.html' %}
-
-{% block title %} {{ SITENAME }} - Categories {% endblock %}
-
-{% block container %}
- <section id="content">
- <header class="header">
- <h2 class="blogpost-title">Categories</h2>
- </header>
- <dl>
- {% for category, articles in categories %}
- <dd>
- <a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a>({{ articles|count }})
- </dd>
- {% endfor %}
- </dl>
- </section>
- <br/><br/><br/>
-
-{% endblock %}
-
-{% block footer %}
- {% include '_includes/footer.html' %}
-{% endblock %} \ No newline at end of file