aboutsummaryrefslogtreecommitdiffstats
path: root/SOB/templates/author.html
diff options
context:
space:
mode:
Diffstat (limited to 'SOB/templates/author.html')
-rw-r--r--SOB/templates/author.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/SOB/templates/author.html b/SOB/templates/author.html
new file mode 100644
index 0000000..484e8b1
--- /dev/null
+++ b/SOB/templates/author.html
@@ -0,0 +1,4 @@
+ {% extends "index.html" %}
+ {% block title %}
+ {{ SITENAME }} - {{ author }}
+ {% endblock %}