From 2fed7d1270544e7ffe38ca3266fe6719ace8bc47 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 17 Jan 2013 11:11:58 -0500 Subject: Directory listings now include relevant history and github links. --- .templates/listing.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .templates/listing.html (limited to '.templates') diff --git a/.templates/listing.html b/.templates/listing.html new file mode 100644 index 0000000..a26eb04 --- /dev/null +++ b/.templates/listing.html @@ -0,0 +1,5 @@ +{% extends 'markdoc-default/listing.html' %} + +{% block github_info %} +See this directory on GitHub (history). +{% endblock %} -- cgit v1.2.3