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