fix: better home

This commit is contained in:
zaaarf 2023-12-22 23:46:12 +01:00
parent a77515e9c7
commit fb89a1755a
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@
<a href="/tags/{{ tag | slugify }}">&#47;{{ tag }}&#47;</a>
{% endfor %}
{% endif %}
</p>
</p>

View file

@ -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 %}