Support, post-self

This commit is contained in:
Madison Scott-Clary
2020-04-21 00:05:55 -07:00
parent d5ad0e5a2a
commit feb2782376
9 changed files with 91 additions and 18 deletions

View File

@ -9,6 +9,9 @@
<div class="page-content">
<div class="header-page">
<h1 class="page-title">{{ .Title | safeHTML }}</h1>
{{ with .Params.subtitle }}
<h2 class="page-title">{{.}}</h2>
{{ end }}
</div>
{{ .Content | safeHTML }}
<div class="page-footer">