Changes to the layout to display about page correctly

This commit is contained in:
lourenco
2025-09-01 12:08:03 +02:00
parent 95143102ab
commit f323845444
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,9 @@
{{ define "main" }}
{{ if eq .Section "about" }}
<div class="index-content">
{{ .Content }}
</div>
{{ end }}
<div class="posts">
{{ range .Paginator.Pages }}
<article class="post on-list">