mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-22 15:34:50 +01:00
fix: better home
This commit is contained in:
parent
a77515e9c7
commit
fb89a1755a
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@
|
||||||
<a href="/tags/{{ tag | slugify }}">/{{ tag }}/</a>
|
<a href="/tags/{{ tag | slugify }}">/{{ tag }}/</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if title %}
|
{% if title %}
|
||||||
{% if title == config.title %}
|
{% if title == config.title %}
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }} :: Home</title>
|
||||||
{% else %}
|
{% else %}
|
||||||
<title>{{config.title }} :: {{ title }}</title>
|
<title>{{config.title }} :: {{ title }}</title>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue