1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 01:46:51 +01:00

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

View File

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