From 1c1ae0094244868c63bd875c0cbfa50ced37de8d Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 17 Nov 2024 23:42:25 +0300 Subject: Новый пост MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/neonxp/layouts/partials/footer.html | 2 +- themes/neonxp/layouts/partials/head.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'themes/neonxp/layouts/partials') diff --git a/themes/neonxp/layouts/partials/footer.html b/themes/neonxp/layouts/partials/footer.html index 66e4774..a68920c 100644 --- a/themes/neonxp/layouts/partials/footer.html +++ b/themes/neonxp/layouts/partials/footer.html @@ -13,7 +13,7 @@ diff --git a/themes/neonxp/layouts/partials/head.html b/themes/neonxp/layouts/partials/head.html index 2e7ffb0..119b138 100644 --- a/themes/neonxp/layouts/partials/head.html +++ b/themes/neonxp/layouts/partials/head.html @@ -1,6 +1,9 @@ + + + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} -- cgit v1.2.3