From 3197b676fe9e55fdd5b8ded77200117e62543fd2 Mon Sep 17 00:00:00 2001 From: lwm Date: Sun, 15 Sep 2013 14:16:40 +0100 Subject: adapted monospace --- monospace/templates/author.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 monospace/templates/author.html (limited to 'monospace/templates/author.html') diff --git a/monospace/templates/author.html b/monospace/templates/author.html new file mode 100644 index 0000000..0b37290 --- /dev/null +++ b/monospace/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} -- cgit