Add extra space.

This commit is contained in:
Alexandre Vicenzi 2015-07-21 00:53:19 -03:00
parent edc47c84ab
commit 244807c8bb
9 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}– Archives{% endblock %}
{% block title %} – Archives{% endblock %}
{% block content %}
<article>

View file

@ -7,7 +7,7 @@
{% include "partial/og_article.html" %}
{% endblock %}
{% block title %}&ndash; {{ article.title }}{% endblock %}
{% block title %} &ndash; {{ article.title }}{% endblock %}
{% block content %}
<article>

View file

@ -1,3 +1,3 @@
{% extends "index.html" %}
{% block title %}&ndash; Posts by: {{ author }}{% endblock %}
{% block title %} &ndash; Posts by: {{ author }}{% endblock %}
{% set summarise = True %}

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}&ndash; Authors{% endblock %}
{% block title %} &ndash; Authors{% endblock %}
{% block content %}
<article>

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}&ndash; Categories{% endblock %}
{% block title %} &ndash; Categories{% endblock %}
{% block content %}
<article>

View file

@ -1,3 +1,3 @@
{% extends "index.html" %}
{% block title %}&ndash; Category: {{ category }}{% endblock %}
{% block title %} &ndash; Category: {{ category }}{% endblock %}
{% set summarise = True %}

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}&ndash; {{ page.title }}{% endblock %}
{% block title %} &ndash; {{ page.title }}{% endblock %}
{% block content %}
<article>

View file

@ -1,3 +1,3 @@
{% extends "index.html" %}
{% block title %}&ndash; Tag: {{ tag }}{% endblock %}
{% block title %} &ndash; Tag: {{ tag }}{% endblock %}
{% set summarise = True %}

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}&ndash; Tags{% endblock %}
{% block title %} &ndash; Tags{% endblock %}
{% block content %}
<article>