From 19755337b123da8c02f729ef7f4041f0cbf60545 Mon Sep 17 00:00:00 2001 From: Jiachen Yang Date: Sun, 11 Mar 2012 00:59:53 +0900 Subject: init bootstrap2 --- bootstrap2/templates/author.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bootstrap2/templates/author.html (limited to 'bootstrap2/templates/author.html') diff --git a/bootstrap2/templates/author.html b/bootstrap2/templates/author.html new file mode 100644 index 0000000..0b37290 --- /dev/null +++ b/bootstrap2/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} -- cgit