summaryrefslogtreecommitdiffstats
path: root/templates/directory.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/directory.html')
-rw-r--r--templates/directory.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/directory.html b/templates/directory.html
new file mode 100644
index 0000000..c4130fb
--- /dev/null
+++ b/templates/directory.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block content %}
+{% for page in section.pages %}
+<article>
+ {{ page.date }} : <a href="{{ page.permalink | safe }}">{{ page.title }}</a>
+</article>
+{% endfor %}
+{% endblock content %}
remember that computers suck.