From f1b37410dd85f42d663f1eb591ac9bde567eeb47 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 17 Apr 2016 13:15:23 +0530 Subject: Template copied from pelican's simple theme. --- templates/authors.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/authors.html (limited to 'templates/authors.html') diff --git a/templates/authors.html b/templates/authors.html new file mode 100644 index 0000000..4914904 --- /dev/null +++ b/templates/authors.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - Authors{% endblock %} + +{% block content %} +

Authors on {{ SITENAME }}

+ + +{% endblock %} -- cgit v1.2.3