Add files

This commit is contained in:
2021-03-25 02:42:09 -05:00
parent d37c835b01
commit 9e7c051884
19 changed files with 170 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{{ partial "header.html" . -}}
<h1>Posts</h1>
{{- range first 10 .Data.Pages }}
<h4><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
{{- end }}
{{ partial "footer.html" . -}}