aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates/author.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-03-27 15:38:13 -0700
committerAlexis Metaireau <alexis@notmyidea.org>2012-03-27 15:38:13 -0700
commit51252efe985968fd564c9c68d2c94cf5182557f8 (patch)
treebfe151e0b0137e5431ba10d6a2a569ba57580064 /bootlex/templates/author.html
parente38b06c659d60590c0000f2938387d7fa161e2e5 (diff)
parent7dc4d494bd4a5dc5f81a0d2819bdedbcba4367b5 (diff)
downloadpelican-themes-51252efe985968fd564c9c68d2c94cf5182557f8.tar.gz
Merge pull request #19 from alexex/master
added bootlex theme to the themes repo
Diffstat (limited to 'bootlex/templates/author.html')
-rw-r--r--bootlex/templates/author.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootlex/templates/author.html b/bootlex/templates/author.html
new file mode 100644
index 0000000..664aad1
--- /dev/null
+++ b/bootlex/templates/author.html
@@ -0,0 +1,7 @@
+{% extends "index.html" %}
+
+{% block title %}Posts von {{ author }}{% endblock %}
+{% block content_title %}
+<h2>Posts von {{ author }}</h2>
+{% endblock %}
+