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 }}