This commit is contained in:
Luke Smith
2022-04-14 16:07:48 -04:00
commit 4ae859b630
16 changed files with 214 additions and 0 deletions

10
layouts/blog.html Normal file
View File

@@ -0,0 +1,10 @@
{{ define "main" }}
{{ .Content }}
{{range.Site.RegularPages}}
<li><a href="{{.Permalink}}">{{.Title}}</a></li>
{{end}}
{{ partial "tagcloud.html" . }}
{{ end }}