Compare commits

..

No commits in common. "c96f45af32456f2308f9b5eee0eedd12ebea1d4b" and "c83a5d1564d83b4c2c80db5f4c6463959cd39b55" have entirely different histories.

1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,14 @@
<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" . }}