summaryrefslogtreecommitdiffstats
path: root/themes/dev-urandom/templates/author.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dev-urandom/templates/author.html')
-rw-r--r--themes/dev-urandom/templates/author.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/dev-urandom/templates/author.html b/themes/dev-urandom/templates/author.html
new file mode 100644
index 0000000..e323690
--- /dev/null
+++ b/themes/dev-urandom/templates/author.html
@@ -0,0 +1,5 @@
+{% extends "index.html" %}
+
+{% block title %}{{ super() }} — Articles de {{ author }}{% endblock %}
+
+{% block index_title %}Articles de <i>{{ author }}</i> :{% endblock %}