Merge pull request 'Removes nyheder' (#2) from rm-nyheder into main

Reviewed-on: #2
This commit is contained in:
chulu 2023-02-06 12:18:43 +00:00
commit c96f45af32
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" . }}