Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Mar 6, 2024
2 parents a99ec67 + 5381869 commit 988965e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 4
id: 3
author: Arístides García
title: TAU
subtitle:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 5
id: 4
author: BADABOOMBERLIN
title: Schattenfänger
subtitle:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 6
id: 5
author: m-box
title: Technoseum - Energie Mediawall
subtitle:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 7
id: 6
author: Responsive Spaces
title: Spot on
subtitle:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 20
id: 21
author: wirmachenbunt / flora&faunavisions
title: Utopian Garden
subtitle:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions layouts/partials/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ <h2 class="section-heading">{{ .headline }}</h2>
</div>
<div class="row justify-content-center mb-5">
<div class="col-11 col-xl-9">
{{ $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 }}

<div class="swiper">
<!-- Additional required wrapper -->
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="section-heading text-light">{{ .Site.Params.support.headline }}</h2>

<div class="container mt-4">
<div class="row row-cols-1 row-cols-md-1 row-cols-lg-3 justify-content-between">
{{ range ((where .Site.RegularPages "Section" "Support").ByParam "id") }}
{{ range ((where .Site.RegularPages "Section" "support").ByParam "id") }}
{{ partial "supportSection" .}}
{{ end }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/supportSection.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3 class="card-title font-weight-bold">{{ .Params.title }}</h3>
{{ $plausible:= .Params.plausible}}

<div class="card-footer">
{{ range where (where .Site.RegularPages "Section" "SupportMailTemplates") ".Params.id" "==" .Params.id }}
{{ range where (where .Site.RegularPages "Section" "supportmailtemplates") ".Params.id" "==" .Params.id }}
{{ with . }}
<a href="mailto:{{.Params.email}}?subject={{.Params.subject}}&body={{.Content|markdownify|plainify|}}" class="btn btn-lg text-light blueColor" target="_blank" onclick="plausible('{{$plausible}}')">{{ $button }}</a>
{{ end }}
Expand Down

0 comments on commit 988965e

Please sign in to comment.