Compare commits

...

2 Commits

Author SHA1 Message Date
chulu c96f45af32 Merge pull request 'Removes nyheder' (#2) from rm-nyheder into main
Reviewed-on: #2
2023-02-06 12:18:43 +00:00
Benjamin Bach 111385241b
Removes nyheder 2023-02-06 13:17:16 +01:00
1 changed files with 0 additions and 8 deletions

View File

@ -10,14 +10,6 @@
<main class="content page-index container">
{{ .Content }}
<h3>Nyheder</h3>
<div class="post-summaries">
{{ range where .Pages "Section" "news" }}
{{ partial "summary.html" . }}
{{ end }}
</div>
</main>
{{ partial "footer.html" . }}