1
0
Fork 0

correct meta title for front page

This commit is contained in:
Matthias Kretschmann 2013-11-21 22:33:40 +01:00
parent a0b9c5b1ec
commit 5758d8bee4
1 changed files with 6 additions and 2 deletions

View File

@ -2,11 +2,15 @@
<meta charset="utf-8">
<title>
{% if paginator.next_page != 2 %}
{% if paginator.previous_page %}
Page {{ paginator.page }} &brvbar; {{ page.title }}
{% else %}
{% elsif page.path contains '_posts' %}
{{ page.title }} &brvbar; {{ site.name }}
{% else %}
{{ page.title }} &brvbar; {{ site.description }}
{% endif %}
</title>
{% if page.description %}