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:
parent
a0b9c5b1ec
commit
5758d8bee4
@ -2,11 +2,15 @@
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>
|
||||
{% if paginator.next_page != 2 %}
|
||||
|
||||
{% if paginator.previous_page %}
|
||||
Page {{ paginator.page }} ¦ {{ page.title }}
|
||||
{% else %}
|
||||
{% elsif page.path contains '_posts' %}
|
||||
{{ page.title }} ¦ {{ site.name }}
|
||||
{% else %}
|
||||
{{ page.title }} ¦ {{ site.description }}
|
||||
{% endif %}
|
||||
|
||||
</title>
|
||||
|
||||
{% if page.description %}
|
||||
|
Loading…
Reference in New Issue
Block a user