From a9168e6f04f766f7d88bc1b24aaa81336098b2fc Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 03:56:47 +0300 Subject: Auto-commit 2024-12-15 --- layouts/partials/comments.html | 11 +++----- layouts/partials/footer.html | 29 ++++++++++++--------- layouts/partials/head.html | 5 ++-- layouts/partials/head/css.html | 11 +------- layouts/partials/head/js.html | 5 +--- layouts/partials/header.html | 18 ++++++++----- layouts/partials/hmenu.html | 47 ++-------------------------------- layouts/partials/list.html | 51 +++++++++++++++++++------------------ layouts/partials/pagination.html | 2 +- layouts/partials/single/footer.html | 12 +++++++++ layouts/partials/single/header.html | 15 +++++++++++ layouts/partials/walk.html | 29 +++++++++++++++++++++ 12 files changed, 120 insertions(+), 115 deletions(-) create mode 100644 layouts/partials/single/footer.html create mode 100644 layouts/partials/single/header.html create mode 100644 layouts/partials/walk.html (limited to 'layouts/partials') diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index 77b4410..f23437f 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -1,8 +1,6 @@ {{- with .Site.Params.comments -}} -
-
Комментарии
-
-
+

Комментарии

+
{{- end -}} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 226a448..1917788 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,12 +1,17 @@ - + +{{ partialCached "head/js.html" . }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5cd3afc..c0ee0a8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,9 +5,8 @@ {{end}} - + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} -{{ partialCached "head/js.html" . }} diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index c0dc59e..a9fbbeb 100644 --- a/layouts/partials/head/css.html +++ b/layouts/partials/head/css.html @@ -1,13 +1,4 @@ -{{- with resources.Get "css/pico.min.css" }} - {{- if eq hugo.Environment "development" }} - - {{- else }} - {{- with . | minify | fingerprint }} - - {{- end }} - {{- end }} -{{- end }} -{{- with resources.Get "css/flexboxgrid.min.css" }} +{{- with resources.Get "css/bootstrap.min.css" }} {{- if eq hugo.Environment "development" }} {{- else }} diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html index 7e1c81d..f4dc60e 100644 --- a/layouts/partials/head/js.html +++ b/layouts/partials/head/js.html @@ -10,7 +10,4 @@ {{- end }} {{- end }} {{- end }} - \ No newline at end of file + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c9b4934..e477a29 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,8 +1,12 @@ -