From bafa2154ff4c0c1e3cce81faa1e57a771629c070 Mon Sep 17 00:00:00 2001 From: Skami18 Date: Tue, 19 Jul 2011 12:18:14 +0200 Subject: [PATCH] Added the `author.html` template to the `simple` theme. --- pelican/themes/simple/templates/author.html | 7 +++++++ pelican/themes/simple/templates/index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 pelican/themes/simple/templates/author.html diff --git a/pelican/themes/simple/templates/author.html b/pelican/themes/simple/templates/author.html new file mode 100644 index 00000000..e9f78702 --- /dev/null +++ b/pelican/themes/simple/templates/author.html @@ -0,0 +1,7 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %} +{% block content_title %} +

Articles by {{ author }}

+{% endblock %} + diff --git a/pelican/themes/simple/templates/index.html b/pelican/themes/simple/templates/index.html index 0e4ef141..0b4593a0 100644 --- a/pelican/themes/simple/templates/index.html +++ b/pelican/themes/simple/templates/index.html @@ -11,7 +11,7 @@

{{ article.title }}

{{ article.summary }}