diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css
index c32f9757..723d0333 100644
--- a/assets/css/compiled/main.css
+++ b/assets/css/compiled/main.css
@@ -494,6 +494,9 @@ body.zen-mode-enable {
.-start-6 {
inset-inline-start: calc(var(--spacing) * -6);
}
+ .start-\[calc\(max\(-50vw\,-800px\)\+50\%\)\] {
+ inset-inline-start: calc(max(-50vw, -800px) + 50%);
+ }
.top-0 {
top: calc(var(--spacing) * 0);
}
@@ -521,9 +524,6 @@ body.zen-mode-enable {
.left-1\/2 {
left: calc(1/2 * 100%);
}
- .left-\[calc\(max\(-50vw\,-800px\)\+50\%\)\] {
- left: calc(max(-50vw, -800px) + 50%);
- }
.-z-10 {
z-index: calc(10 * -1);
}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 0d0ba8c5..1d4723e5 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -88,7 +88,7 @@
{{ if $groupByYear }}
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
{{ if $cardViewScreenWidth }}
-
+
{{ .Key }}
@@ -113,7 +113,7 @@
{{/* else: not groupByYear */}}
{{ else }}
{{ if $cardViewScreenWidth }}
-
+
{{ if not $orderByWeight }}
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
diff --git a/layouts/_default/term.html b/layouts/_default/term.html
index 3506a66e..fc8a9c9b 100644
--- a/layouts/_default/term.html
+++ b/layouts/_default/term.html
@@ -86,7 +86,7 @@
{{ if $groupByYear }}
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
-
+
{{ .Key }}
@@ -100,7 +100,7 @@
{{ else }}
-
+
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
{{ range .Pages }}
diff --git a/layouts/partials/recent-articles/cardview-fullwidth.html b/layouts/partials/recent-articles/cardview-fullwidth.html
index 5df00190..c0fd48b5 100644
--- a/layouts/partials/recent-articles/cardview-fullwidth.html
+++ b/layouts/partials/recent-articles/cardview-fullwidth.html
@@ -2,7 +2,7 @@
{{ $recentArticles = .Site.Params.homepage.showRecentItems }}
-
+
{{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in"
.Site.Params.mainSections)).Pages