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/assets/css/main.css | 2 +- themes/neonxp/layouts/partials/footer.html | 2 +- themes/neonxp/layouts/partials/head.html | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'themes/neonxp') diff --git a/themes/neonxp/assets/css/main.css b/themes/neonxp/assets/css/main.css index 721fa37..89ab654 100644 --- a/themes/neonxp/assets/css/main.css +++ b/themes/neonxp/assets/css/main.css @@ -23,10 +23,10 @@ height: auto; } .sidebar .toc { - position: fixed; min-width: 300px; } .h-entry { width: 100%; + max-width: 1130px; } } \ No newline at end of file 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