summaryrefslogtreecommitdiff
path: root/templates/notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/notes.html')
-rw-r--r--templates/notes.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/notes.html b/templates/notes.html
deleted file mode 100644
index f49e822..0000000
--- a/templates/notes.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %} {% block body %}
-<h1>{{ section.title }}</h1>
-<ul>
- {% for page in section.pages %}
- <li><a href="{{ page.permalink | safe }}">... {{ page.title }}</a> ({{ page.date }})</li>
- {% endfor %}
-</ul>
-{% endblock body %}