This commit is contained in:
Luke Smith
2022-05-26 20:46:49 -04:00
parent e492c397c3
commit 732534b367
4 changed files with 18 additions and 4 deletions

View File

@@ -2,8 +2,11 @@
<header><h1>{{ .Title }}</h1></header>
<article>
{{ .Content }}
<ul>
{{ range.Pages }}
<li>
@@ -12,5 +15,8 @@
</li>
{{ end }}
</ul>
</article>
{{ partial "footer.html" . }}