diff --git a/content/MadeWithGamma/04_TAU.md b/content/MadeWithGamma/03_TAU.md similarity index 96% rename from content/MadeWithGamma/04_TAU.md rename to content/MadeWithGamma/03_TAU.md index 03708ee6..2d047660 100644 --- a/content/MadeWithGamma/04_TAU.md +++ b/content/MadeWithGamma/03_TAU.md @@ -1,5 +1,5 @@ --- -id: 4 +id: 3 author: Arístides García title: TAU subtitle: diff --git a/content/MadeWithGamma/05_schatten.md b/content/MadeWithGamma/04_schatten.md similarity index 97% rename from content/MadeWithGamma/05_schatten.md rename to content/MadeWithGamma/04_schatten.md index a24224fd..b699eebf 100644 --- a/content/MadeWithGamma/05_schatten.md +++ b/content/MadeWithGamma/04_schatten.md @@ -1,5 +1,5 @@ --- -id: 5 +id: 4 author: BADABOOMBERLIN title: Schattenfänger subtitle: diff --git a/content/MadeWithGamma/06_Technoseum.md b/content/MadeWithGamma/05_Technoseum.md similarity index 97% rename from content/MadeWithGamma/06_Technoseum.md rename to content/MadeWithGamma/05_Technoseum.md index aa150085..fb840cc8 100644 --- a/content/MadeWithGamma/06_Technoseum.md +++ b/content/MadeWithGamma/05_Technoseum.md @@ -1,5 +1,5 @@ --- -id: 6 +id: 5 author: m-box title: Technoseum - Energie Mediawall subtitle: diff --git a/content/MadeWithGamma/07_spoton.md b/content/MadeWithGamma/06_spoton.md similarity index 96% rename from content/MadeWithGamma/07_spoton.md rename to content/MadeWithGamma/06_spoton.md index 6af7bea6..9631115a 100644 --- a/content/MadeWithGamma/07_spoton.md +++ b/content/MadeWithGamma/06_spoton.md @@ -1,5 +1,5 @@ --- -id: 7 +id: 6 author: Responsive Spaces title: Spot on subtitle: diff --git a/content/MadeWithGamma/20_UtopianGarden.md b/content/MadeWithGamma/21_UtopianGarden.md similarity index 97% rename from content/MadeWithGamma/20_UtopianGarden.md rename to content/MadeWithGamma/21_UtopianGarden.md index 3bd47a2b..48ca68f9 100644 --- a/content/MadeWithGamma/20_UtopianGarden.md +++ b/content/MadeWithGamma/21_UtopianGarden.md @@ -1,5 +1,5 @@ --- -id: 20 +id: 21 author: wirmachenbunt / flora&faunavisions title: Utopian Garden subtitle: diff --git a/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md b/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md index 6a76459f..0c2629d0 100644 --- a/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md +++ b/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md @@ -1,6 +1,6 @@ --- date: "2024-03-06" -title: "vvvvhat happened in Februray 2024" +title: "vvvvhat happened in February 2024" description: "Last month in review" categories: Monthly Reviews author: joreg diff --git a/layouts/partials/showcase.html b/layouts/partials/showcase.html index 9bc6c09e..28d15f38 100644 --- a/layouts/partials/showcase.html +++ b/layouts/partials/showcase.html @@ -22,9 +22,7 @@

{{ .headline }}

- {{ $pages := ((where .Site.RegularPages "Section" "MadeWithGamma").ByParam "id").Reverse }} - {{ $len := len $pages }} - {{ $seq := seq 0 2 (sub $len 1) }} + {{ $pages := ((where .Site.RegularPages "Section" "madewithgamma").ByParam "id").Reverse }}
diff --git a/layouts/partials/support.html b/layouts/partials/support.html index 39d1e174..98223462 100644 --- a/layouts/partials/support.html +++ b/layouts/partials/support.html @@ -11,7 +11,7 @@

{{ .Site.Params.support.headline }}

- {{ range ((where .Site.RegularPages "Section" "Support").ByParam "id") }} + {{ range ((where .Site.RegularPages "Section" "support").ByParam "id") }} {{ partial "supportSection" .}} {{ end }}
diff --git a/layouts/partials/supportSection.html b/layouts/partials/supportSection.html index 6defbfa3..d2a8354d 100644 --- a/layouts/partials/supportSection.html +++ b/layouts/partials/supportSection.html @@ -14,7 +14,7 @@

{{ .Params.title }}

{{ $plausible:= .Params.plausible}}