diff --git a/templates/archive.html b/templates/archive.html
deleted file mode 100644
index 741daa0..0000000
--- a/templates/archive.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}{{ title }}{% endblock %}
-
-{% block head %}
- {{ super() }}
-{% endblock %}
-
-
-{% block content %}
-
-{% for entry in archive %}
-
- {{entry.title}}
-
Written on {{ date.date() }}.
- {% endif %} - - {{ content }} - - {% if tags %} -This entry was tagged - {% for tag in tags|sort(case_sensitive=true) %} - {%- if not loop.first and not loop.last %}, {% endif -%} - {%- if loop.last and not loop.first %} and {% endif %} - {{ tag }} - {%- endfor %} -
- {% endif %} -{% endblock %} diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index a5acf64..0000000 --- a/templates/base.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - -