aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random
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
parentc038484bc73aa91577c8385cd7057b34f1f369e1 (diff)
downloadpelican-themes-e47bc9971bef57ce97dc6312b0e50717318d3900.zip
pelican-themes-e47bc9971bef57ce97dc6312b0e50717318d3900.tar.gz
pelican-themes-e47bc9971bef57ce97dc6312b0e50717318d3900.tar.bz2
Modified titles
Diffstat (limited to 'dev-random')
-rw-r--r--dev-random/templates/author.html2
-rw-r--r--dev-random/templates/category.html2
-rw-r--r--dev-random/templates/tag.html4
3 files changed, 5 insertions, 3 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 %}
diff --git a/dev-random/templates/category.html b/dev-random/templates/category.html
index 6cff639..0a5dade 100644
--- a/dev-random/templates/category.html
+++ b/dev-random/templates/category.html
@@ -1,5 +1,5 @@
{% extends "index.html" %}
-{% block title %}{{ SITENAME }} — Articles dans la catégorie «{{ category }}»{% endblock %}
+{% block title %}{{ super() }} — Articles dans la catégorie «{{ category }}»{% endblock %}
{% block index_title %}Articles dans la catégorie <i>«{{ category }}»</i> :{% endblock %}
diff --git a/dev-random/templates/tag.html b/dev-random/templates/tag.html
index 0eb2bab..ca4fc94 100644
--- a/dev-random/templates/tag.html
+++ b/dev-random/templates/tag.html
@@ -1,4 +1,6 @@
{% extends "index.html" %}
-{% block content_title %}Articles avec la mot clé « {{ tag }} » :{% endblock %}
+{% block title %}{{ super() }} — Articles avec le mot clé « {{ tag }} »{% endblock %}
+
+{% block index_title %}Articles avec le mot clé « {{ tag }} » :{% endblock %}