From 23db14077c5ddf2c7b7e1cbf70c4b39fa937a43a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 21 Jun 2024 00:47:35 +0200 Subject: [PATCH] add header_nav_delimiter --- config.toml | 1 + templates/404.html | 8 ++++++-- templates/header.html | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 3141056..f90f8de 100644 --- a/config.toml +++ b/config.toml @@ -74,3 +74,4 @@ header_nav = [ { url = "/frens", name_en = "frens", name_fr = "potes" }, { url = "/contacts", name_en = "contacts", name_fr = "contacts" }, ] +header_nav_delimiter = "∴" \ No newline at end of file diff --git a/templates/404.html b/templates/404.html index 2fd8654..37990e2 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,5 +1,5 @@ - + {% set title = "404" %} {% include "head.html" %} @@ -10,8 +10,12 @@