mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
correct meta title for front page
This commit is contained in:
parent
a0b9c5b1ec
commit
5758d8bee4
@ -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 }} ¦ {{ page.title }}
|
Page {{ paginator.page }} ¦ {{ page.title }}
|
||||||
{% else %}
|
{% elsif page.path contains '_posts' %}
|
||||||
{{ page.title }} ¦ {{ site.name }}
|
{{ page.title }} ¦ {{ site.name }}
|
||||||
|
{% else %}
|
||||||
|
{{ page.title }} ¦ {{ site.description }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
|
Loading…
Reference in New Issue
Block a user