diff options
author | m-r-r <raybaudroigm@gmail.com> | 2012-04-09 17:52:40 +0200 |
---|---|---|
committer | m-r-r <raybaudroigm@gmail.com> | 2012-04-09 17:52:40 +0200 |
commit | e47bc9971bef57ce97dc6312b0e50717318d3900 (patch) | |
tree | 6f499425ceeac0a1d7e0c0f690a5f096f0a15a7d /dev-random/templates/author.html | |
parent | c038484bc73aa91577c8385cd7057b34f1f369e1 (diff) | |
download | pelican-themes-e47bc9971bef57ce97dc6312b0e50717318d3900.tar.gz |
Modified titles
Diffstat (limited to 'dev-random/templates/author.html')
-rw-r--r-- | dev-random/templates/author.html | 2 |
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 %} |