From 3f9ddddab6f49eb2d2df35d47de78c0dddea3088 Mon Sep 17 00:00:00 2001 From: Rahul Nair Date: Fri, 4 Aug 2017 07:47:36 +0530 Subject: Add Graymill theme --- graymill/templates/author.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 graymill/templates/author.html (limited to 'graymill/templates/author.html') diff --git a/graymill/templates/author.html b/graymill/templates/author.html new file mode 100644 index 0000000..3606441 --- /dev/null +++ b/graymill/templates/author.html @@ -0,0 +1,18 @@ +{% extends "index.html" %} +{% block head %} + {{ super() }} + + + + + + + + + +{% endblock head %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} +{% block heading %} +

Author: {{ author }}

+{% endblock %} + -- cgit