From 5e675c85d3ad6b5b2cdaf96156859597d8107633 Mon Sep 17 00:00:00 2001 From: Dedi Purwanto Date: Sun, 18 Nov 2012 11:21:55 +0800 Subject: Added cebong theme files --- cebong/templates/author.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cebong/templates/author.html (limited to 'cebong/templates/author.html') diff --git a/cebong/templates/author.html b/cebong/templates/author.html new file mode 100644 index 0000000..0b37290 --- /dev/null +++ b/cebong/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} -- cgit