From 1917465ec938fb3f1244d86c73f2cb1fbb46ed03 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Fri, 22 Dec 2023 02:37:07 +0100 Subject: [PATCH] fix: actually fix the cursor --- templates/head.html | 6 +++++- templates/index.html | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/head.html b/templates/head.html index ad5690c..38555c5 100644 --- a/templates/head.html +++ b/templates/head.html @@ -39,7 +39,11 @@ {% set url = config.base_url %} {% endif %} {% if title %} +{% if title == config.title %} {{ title }} +{% else %} +{{config.title }} :: {{ title }} +{% endif %} {% endif %} {% block metatags %} {% if title %} @@ -91,7 +95,7 @@ {% endif %} {% block css %} - + {% endblock css %}