aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/templates/author.html
diff options
context:
space:
mode:
authorm-r-r <raybaudroigm@gmail.com>2012-04-09 17:52:40 +0200
committerm-r-r <raybaudroigm@gmail.com>2012-04-09 17:52:40 +0200
commite47bc9971bef57ce97dc6312b0e50717318d3900 (patch)
tree6f499425ceeac0a1d7e0c0f690a5f096f0a15a7d /dev-random/templates/author.html
parentc038484bc73aa91577c8385cd7057b34f1f369e1 (diff)
downloadpelican-themes-e47bc9971bef57ce97dc6312b0e50717318d3900.tar.gz
Modified titles
Diffstat (limited to 'dev-random/templates/author.html')
-rw-r--r--dev-random/templates/author.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random/templates/author.html b/dev-random/templates/author.html
index 165b74d..e323690 100644
--- a/dev-random/templates/author.html
+++ b/dev-random/templates/author.html
@@ -1,5 +1,5 @@
{% extends "index.html" %}
-{% block title %}{{ SITENAME }} — Articles de {{ author }}{% endblock %}
+{% block title %}{{ super() }} — Articles de {{ author }}{% endblock %}
{% block index_title %}Articles de <i>{{ author }}</i> :{% endblock %}