{{ 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 6d8b95ee..054af970 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 7f1d8c4b..116d6245 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 c011d816..66feca3a 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 4f9a251c..f769db16 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" }}