feat: Add list on default layout list...

This commit is contained in:
Simon 2022-01-14 12:31:42 +01:00
parent 437ab76c51
commit ad8b29d7af
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
{{ define "main" }}
{{ .Content }}
<ul>
{{ range .Pages }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ end }}