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

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