From fb89a1755a936bc140d18a07d55a31dbc9eaa28d Mon Sep 17 00:00:00 2001
From: zaaarf
Date: Fri, 22 Dec 2023 23:46:12 +0100
Subject: [PATCH] fix: better home
---
templates/base-page.html | 2 +-
templates/head.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/base-page.html b/templates/base-page.html
index 49a1661..f05187a 100644
--- a/templates/base-page.html
+++ b/templates/base-page.html
@@ -12,4 +12,4 @@
/{{ tag }}/
{% endfor %}
{% endif %}
-
\ No newline at end of file
+
diff --git a/templates/head.html b/templates/head.html
index 682195c..289a825 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -40,7 +40,7 @@
{% endif %}
{% if title %}
{% if title == config.title %}
-{{ title }}
+{{ title }} :: Home
{% else %}
{{config.title }} :: {{ title }}
{% endif %}