From 5596c6d03799dc73bc0f035dc87c95f99f79d803 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 24 Dec 2024 02:59:28 +0300 Subject: Auto-commit 2024-12-24 --- layouts/partials/footer.html | 5 +++++ layouts/partials/head.html | 1 + 2 files changed, 6 insertions(+) (limited to 'layouts') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a7bd031..4634745 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -27,6 +27,11 @@ valid html +
  • + + valid html + +
  • diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fa91731..ff8a8de 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,5 +8,6 @@ {{ template "_internal/twitter_cards.html" . }} + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} -- cgit v1.2.3