mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +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>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</p>
|
||||
</p>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
{% endif %}
|
||||
{% if title %}
|
||||
{% if title == config.title %}
|
||||
<title>{{ title }}</title>
|
||||
<title>{{ title }} :: Home</title>
|
||||
{% else %}
|
||||
<title>{{config.title }} :: {{ title }}</title>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue