Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Ask Bjørn Hansen
2023-02-03 19:10:17 -08:00
8 changed files with 20 additions and 19 deletions

View File

@@ -6,8 +6,10 @@
<div class="container wrapper">
{{ partial "head.html" . }}
{{ with .Content }}{{ . }}{{ end }}
<div>
{{.Content}}
{{ with .Content }}{{ . }}{{ end }}
</div>
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}