summaryrefslogtreecommitdiffstats
path: root/theme/templates/author.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2017-08-30 21:04:39 -0700
committerBryan Newbold <bnewbold@archive.org>2017-08-30 21:10:40 -0700
commit381e40f2b9c87b6a9359f2c79cf4687064625288 (patch)
tree5542cd9ae24ac604958f09686c9b53923452d459 /theme/templates/author.html
downloadarchive3k.org-381e40f2b9c87b6a9359f2c79cf4687064625288.tar.gz
archive3k.org-381e40f2b9c87b6a9359f2c79cf4687064625288.zip
bootstrap 3 + pelican template repo
Diffstat (limited to 'theme/templates/author.html')
-rw-r--r--theme/templates/author.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/templates/author.html b/theme/templates/author.html
new file mode 100644
index 0000000..9285e43
--- /dev/null
+++ b/theme/templates/author.html
@@ -0,0 +1,5 @@
+{% extends "list.html" %}
+
+{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
+{% block pagetitle %}Articles by {{ author }}{% endblock %}
+