PUBLISH: No Reservations rec

This commit is contained in:
Campbell Alden 2022-08-30 23:18:27 +09:00
parent 2b98b2f7b9
commit a17b9cd4e0
11 changed files with 288 additions and 35 deletions

View file

@ -5,7 +5,7 @@
<div class="cluster s1">
{{ range (where .Site.Pages "Section" "reviews") }}
{{ range .Pages }}
{{ .Render "summary" }}
{{- .Render "summary" -}}
{{ end }}
{{ end }}
</div>