This commit is contained in:
Madison Scott-Clary
2022-11-02 10:38:02 -07:00
parent e93ce096db
commit fba5f80aee
10 changed files with 268 additions and 0 deletions

View File

@ -12,6 +12,9 @@
{{ with .Params.subtitle }}
<h2 class="page-title">{{.}}</h2>
{{ end }}
{{ if .Params.toc }}
{{ .TableOfContents }}
{{ end }}
</div>
{{ .Content | safeHTML }}
<div class="page-footer">