Änderung, zeige nur .Content der .md Dateien

This commit is contained in:
Andreas Hnida 2024-03-21 11:45:10 +01:00
commit 11fcc1a652

View file

@ -1,18 +1,3 @@
{{ define "main" }} {{ define "main" }}
{{ partial "page-header" . }} {{ .Content }}
<section class="section">
<div class="container">
<ul class="text-center">
{{ range .RegularPages }}
<li class="m-3">
<a href="{{ .Permalink }}" class="text-dark block text-xl">
{{ .Title }}
</a>
</li>
{{ end }}
</ul>
</div>
</section>
{{ end }} {{ end }}