From e47bc9971bef57ce97dc6312b0e50717318d3900 Mon Sep 17 00:00:00 2001 From: m-r-r Date: Mon, 9 Apr 2012 17:52:40 +0200 Subject: Modified titles --- dev-random/templates/author.html | 2 +- dev-random/templates/category.html | 2 +- dev-random/templates/tag.html | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'dev-random') 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 {{ author }} :{% 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 «{{ category }}» :{% 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 %} -- cgit v1.1