{{ if .Site.Params.Logo }}
{{ $logo := resources.Get .Site.Params.Logo }}
{{ if $logo }}
@@ -98,8 +97,7 @@
{{ partial "icon.html" "bars" }}
-
+
{{ if .Site.Menus.subnavigation }}
-
-
@@ -150,8 +148,7 @@
+
-
+
{{ partial "header/basic.html" . }}
diff --git a/layouts/partials/header/fixed-fill.html b/layouts/partials/header/fixed-fill.html
index 2cad3db5..aef20ea0 100644
--- a/layouts/partials/header/fixed-fill.html
+++ b/layouts/partials/header/fixed-fill.html
@@ -1,5 +1,5 @@
-
+
{{ partial "header/basic.html" . }}
diff --git a/layouts/partials/header/fixed-gradient.html b/layouts/partials/header/fixed-gradient.html
index 2e1301a4..c695f3b2 100644
--- a/layouts/partials/header/fixed-gradient.html
+++ b/layouts/partials/header/fixed-gradient.html
@@ -1,6 +1,6 @@
-
-
+
+
{{ partial "header/basic.html" . }}
diff --git a/layouts/partials/header/fixed.html b/layouts/partials/header/fixed.html
index eee26d9d..aa4270b0 100644
--- a/layouts/partials/header/fixed.html
+++ b/layouts/partials/header/fixed.html
@@ -1,5 +1,5 @@
-
+
{{ partial "header/basic.html" . }}
diff --git a/layouts/partials/hero/big.html b/layouts/partials/hero/big.html
index 60e59772..d4489d41 100644
--- a/layouts/partials/hero/big.html
+++ b/layouts/partials/hero/big.html
@@ -34,7 +34,7 @@
{{ if $caption }}
- {{ $caption | markdownify }}
+ {{ $caption | markdownify }}
{{end}}
{{ end }}
@@ -43,7 +43,7 @@
{{ if $caption }}
- {{ $caption | markdownify }}
+ {{ $caption | markdownify }}
{{end}}
{{ end }}
@@ -52,7 +52,7 @@
{{ if $caption }}
- {{ $caption | markdownify }}
+ {{ $caption | markdownify }}
{{end}}
{{ end }}
diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html
index 7bba6103..d2ac3981 100644
--- a/layouts/partials/home/background.html
+++ b/layouts/partials/home/background.html
@@ -4,7 +4,7 @@
-
+
{{ $homepageImage := "" }}
{{ with .Site.Params.defaultBackgroundImage }}
{{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}
@@ -21,7 +21,7 @@
{{ end }}
{{ end }}
{{ if $homepageImage }}
-
+
diff --git a/layouts/partials/home/card.html b/layouts/partials/home/card.html
index 8e854552..9a6c7f2b 100644
--- a/layouts/partials/home/card.html
+++ b/layouts/partials/home/card.html
@@ -13,7 +13,7 @@
-
+
{{ $homepageImage := "" }}
{{ with .Site.Params.defaultBackgroundImage }}
{{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}
diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html
index 735f8196..aadea0b2 100644
--- a/layouts/partials/home/hero.html
+++ b/layouts/partials/home/hero.html
@@ -22,7 +22,7 @@
{{ end }}
{{ end }}
{{ if $homepageImage }}
-
+
{{ if not $disableHeroImageFilter }}
diff --git a/layouts/partials/meta/likes_button.html b/layouts/partials/meta/likes_button.html
index 09c3c159..164d5c81 100644
--- a/layouts/partials/meta/likes_button.html
+++ b/layouts/partials/meta/likes_button.html
@@ -2,7 +2,7 @@
diff --git a/layouts/partials/recent-articles/cardview-fullwidth.html b/layouts/partials/recent-articles/cardview-fullwidth.html
index 7551e171..97e41b42 100644
--- a/layouts/partials/recent-articles/cardview-fullwidth.html
+++ b/layouts/partials/recent-articles/cardview-fullwidth.html
@@ -1,7 +1,7 @@
{{ $recentArticles := 5 }}
{{ $recentArticles = .Site.Params.homepage.showRecentItems }}
-
+
{{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in"
diff --git a/layouts/partials/search.html b/layouts/partials/search.html
index 78ae5234..519144b8 100644
--- a/layouts/partials/search.html
+++ b/layouts/partials/search.html
@@ -1,8 +1,7 @@
+
{{ partial "series/series_base.html" . }}
{{end}}
\ No newline at end of file
diff --git a/layouts/partials/series/series.html b/layouts/partials/series/series.html
index 8d7f7044..b498de3b 100644
--- a/layouts/partials/series/series.html
+++ b/layouts/partials/series/series.html
@@ -1,5 +1,5 @@
{{ if .Params.series }}
-
{{ partial "series/series_base.html" . }}
diff --git a/layouts/shortcodes/codeberg.html b/layouts/shortcodes/codeberg.html
index 49fe7380..6e080633 100644
--- a/layouts/shortcodes/codeberg.html
+++ b/layouts/shortcodes/codeberg.html
@@ -10,7 +10,7 @@
class="w-full md:w-auto pt-3 p-5 border border-neutral-200 dark:border-neutral-700 border rounded-md shadow-2xl">
-
+
{{ partial "icon.html" "codeberg" }}
-
+
{{ partial "icon.html" "forgejo" }}
-
+
{{ partial "icon.html" "gitea" }}
-
+
{{ partial "icon.html" "github" }}
-
+
{{ partial "icon.html" "gitlab" }}
From de497177006bad2be2fc21334e69ec94a5eab51e Mon Sep 17 00:00:00 2001
From: Served Smart <195884188+servedsmart@users.noreply.github.com>
Date: Thu, 5 Jun 2025 19:36:43 +0200
Subject: [PATCH 2/3] :lipstick: Rebuild CSS for refactoring changes
---
assets/css/compiled/main.css | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css
index 118e9a78..e55a6985 100644
--- a/assets/css/compiled/main.css
+++ b/assets/css/compiled/main.css
@@ -3698,6 +3698,42 @@ pre {
height: 0px;
visibility: hidden;
}
+.center-relative-left {
+ left: calc(max(-50vw,-800px) + 50%);
+}
+.margin-0 {
+ margin: 0;
+}
+.margin-top-\[-15px\] {
+ margin-top: -15px;
+}
+.margin-top-\[0\.5rem\] {
+ margin-top: 0.5rem;
+}
+.margin-right-\[10px\] {
+ margin-right: 10px;
+}
+.margin-left-\[0px\] {
+ margin-left: 0px;
+}
+.padding-main-menu {
+ padding: 2px 0 3px 0;
+}
+.padding-top-\[5px\] {
+ padding-top: 5px;
+}
+.z-index-\[-10\] {
+ z-index: -10;
+}
+.z-index-80 {
+ z-index: 80;
+}
+.z-index-100 {
+ z-index: 100;
+}
+.z-index-500 {
+ z-index: 500;
+}
[id^="fn"], [id^="fnref"] {
scroll-margin-top: 145px;
}
From d97b1e5c38b0f66412a8ab89f717f177ff9d47b5 Mon Sep 17 00:00:00 2001
From: Served Smart <195884188+servedsmart@users.noreply.github.com>
Date: Thu, 12 Jun 2025 14:33:04 +0200
Subject: [PATCH 3/3] :heavy_minus_sign: Remove tailwindcss v4.1.7 from
package-lock.json
---
package-lock.json | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index e9526d1b..123d7559 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -848,13 +848,6 @@
"tailwindcss": "dist/index.mjs"
}
},
- "node_modules/@tailwindcss/cli/node_modules/tailwindcss": {
- "version": "4.1.7",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.7.tgz",
- "integrity": "sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg==",
- "dev": true,
- "license": "MIT"
- },
"node_modules/@tailwindcss/forms": {
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.10.tgz",
@@ -882,13 +875,6 @@
"tailwindcss": "4.1.8"
}
},
- "node_modules/@tailwindcss/node/node_modules/tailwindcss": {
- "version": "4.1.7",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.7.tgz",
- "integrity": "sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg==",
- "dev": true,
- "license": "MIT"
- },
"node_modules/@tailwindcss/oxide": {
"version": "4.1.8",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.8.tgz",