From 10ff471ca02e78fb8641e76ffb1cb8387d540125 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:42:31 +0300 Subject: Auto-commit 2024-12-11 --- hugo.toml | 1 + layouts/partials/head.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 5b26f94..137c38c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ baseURL = "https://neonxp.ru/" +baseModURL = "neonxp.ru/" languageCode = "ru-RU" DefaultContentLanguage = "ru" Title = "neonxp.log" diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0e445ee..5179dc3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,13 +1,13 @@ +{{if .Params.gomod}} + + +{{end}} -{{if .Params.gomod}} - - -{{end}} {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} -- cgit v1.2.3