summaryrefslogtreecommitdiffstats
path: root/templates/blog/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blog/base.html')
-rw-r--r--templates/blog/base.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/blog/base.html b/templates/blog/base.html
deleted file mode 100644
index e5caf88..0000000
--- a/templates/blog/base.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "base.html" %}
-
-{% block subtitle %}
- blog
-{% endblock %}
-
-{% block extrastyle %}
-<link href="/blog/atom/" type="application/atom+xml" rel="alternate"
- title="Blog ATOM feed" />
-{% endblock %}
-
-{% block submenu %}
-<div class="container">
- <div class="header">
- blog
- </div>
- <a href="/blog/atom/">feed</a>
-</div>
-{% endblock %}