From 3bd1df82fa88c6ea8f08ec48f68689acf7168639 Mon Sep 17 00:00:00 2001 From: KitsuneSolar Date: Tue, 31 Oct 2023 06:03:24 +0000 Subject: [PATCH] 2023-10-31 06:03:24 --- assets/css/system/module/_ext.scss | 2 +- layouts/_default/list.html | 1 - layouts/_default/single.html | 2 +- layouts/index.html | 3 --- layouts/partials/module/node/cover/image.01.html | 4 +--- layouts/partials/module/node/cover/image.02.html | 4 +--- 6 files changed, 4 insertions(+), 12 deletions(-) diff --git a/assets/css/system/module/_ext.scss b/assets/css/system/module/_ext.scss index 95cc61a..e5a4f17 100644 --- a/assets/css/system/module/_ext.scss +++ b/assets/css/system/module/_ext.scss @@ -21,6 +21,6 @@ .fancybox { &__container { - z-index: var(--fancybox-zIndex, 2050); + //z-index: var(--fancybox-zIndex, 2050); } } diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 7a770a3..dbef032 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -21,7 +21,6 @@ {{ (.Render "view/article.01") }} {{ end }} - {{ (partial "module/node/modal/article" .) }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a188493..aca5292 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -144,7 +144,7 @@ )) }} {{ end }} - {{/* (partial "module/node/toc" .) */}} + {{ (partial "module/node/toc" .) }} {{ (.Content) }} diff --git a/layouts/index.html b/layouts/index.html index b2d621c..f9c1f31 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,6 @@
{{ range (first 1 .) }} {{ (.Render "view/article.02") }} - {{ (partial "module/node/modal/article" .) }} {{ end }}
@@ -17,7 +16,6 @@ {{ range ((after 1 .) | first 4) }}
{{ (.Render "view/article.02") }} - {{ (partial "module/node/modal/article" .) }}
{{ end }}
@@ -27,7 +25,6 @@ {{ range (after 5 .) }}
{{ (.Render "view/article.02") }} - {{ (partial "module/node/modal/article" .) }}
{{ end }} diff --git a/layouts/partials/module/node/cover/image.01.html b/layouts/partials/module/node/cover/image.01.html index fc01c0c..8670ed9 100644 --- a/layouts/partials/module/node/cover/image.01.html +++ b/layouts/partials/module/node/cover/image.01.html @@ -5,9 +5,7 @@ {{ $fit := ((.Params.cover.fit) | default ($cfg.fit)) }} {{ $src := ((index (.Params.images) 0) | default ($cfg.placeholder)) }} - + +