aboutsummaryrefslogtreecommitdiffstats
path: root/gum/templates/author.html
diff options
context:
space:
mode:
authorNick Rance <nick_rance89@hotmail.com>2013-05-31 04:37:59 +0100
committerJustin Mayer <entroP@gmail.com>2013-06-03 17:56:25 -0700
commit28e4ad3299958fd8e377d6969ba016610ed75544 (patch)
tree24cc0bea1d6c6d90134538003374407f81c1745c /gum/templates/author.html
parent458f7fb64065103fac2ff1af0a076154fa553b40 (diff)
downloadpelican-themes-28e4ad3299958fd8e377d6969ba016610ed75544.tar.gz
Add new theme: Gum
Diffstat (limited to 'gum/templates/author.html')
-rw-r--r--gum/templates/author.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/gum/templates/author.html b/gum/templates/author.html
new file mode 100644
index 0000000..e9f7870
--- /dev/null
+++ b/gum/templates/author.html
@@ -0,0 +1,7 @@
+{% extends "index.html" %}
+
+{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
+{% block content_title %}
+<h2>Articles by {{ author }}</h2>
+{% endblock %}
+