From 244807c8bbfae41ddf8f42238066955408c18b97 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Tue, 21 Jul 2015 00:53:19 -0300 Subject: [PATCH] Add extra space. --- templates/archives.html | 2 +- templates/article.html | 2 +- templates/author.html | 2 +- templates/authors.html | 2 +- templates/categories.html | 2 +- templates/category.html | 2 +- templates/page.html | 2 +- templates/tag.html | 2 +- templates/tags.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/archives.html b/templates/archives.html index 8dec7dd..cdd009e 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}– Archives{% endblock %} +{% block title %} – Archives{% endblock %} {% block content %}
diff --git a/templates/article.html b/templates/article.html index 2669539..04514e8 100644 --- a/templates/article.html +++ b/templates/article.html @@ -7,7 +7,7 @@ {% include "partial/og_article.html" %} {% endblock %} -{% block title %}– {{ article.title }}{% endblock %} +{% block title %} – {{ article.title }}{% endblock %} {% block content %}
diff --git a/templates/author.html b/templates/author.html index fd4294e..d085831 100644 --- a/templates/author.html +++ b/templates/author.html @@ -1,3 +1,3 @@ {% extends "index.html" %} -{% block title %}– Posts by: {{ author }}{% endblock %} +{% block title %} – Posts by: {{ author }}{% endblock %} {% set summarise = True %} diff --git a/templates/authors.html b/templates/authors.html index e23f2f1..82c0d1a 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}– Authors{% endblock %} +{% block title %} – Authors{% endblock %} {% block content %}
diff --git a/templates/categories.html b/templates/categories.html index a53c86d..385b4dc 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}– Categories{% endblock %} +{% block title %} – Categories{% endblock %} {% block content %}
diff --git a/templates/category.html b/templates/category.html index 5379737..2828d49 100644 --- a/templates/category.html +++ b/templates/category.html @@ -1,3 +1,3 @@ {% extends "index.html" %} -{% block title %}– Category: {{ category }}{% endblock %} +{% block title %} – Category: {{ category }}{% endblock %} {% set summarise = True %} diff --git a/templates/page.html b/templates/page.html index 0042e99..eb5af82 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}– {{ page.title }}{% endblock %} +{% block title %} – {{ page.title }}{% endblock %} {% block content %}
diff --git a/templates/tag.html b/templates/tag.html index ac4f6df..b95fbd0 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -1,3 +1,3 @@ {% extends "index.html" %} -{% block title %}– Tag: {{ tag }}{% endblock %} +{% block title %} – Tag: {{ tag }}{% endblock %} {% set summarise = True %} diff --git a/templates/tags.html b/templates/tags.html index 6e4c202..7020fec 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}– Tags{% endblock %} +{% block title %} – Tags{% endblock %} {% block content %}