This commit is contained in:
Madison Scott-Clary
2021-05-23 15:04:47 -07:00
parent 9dae0c65d0
commit 034dd72898
18 changed files with 34 additions and 0 deletions

View File

@ -27,6 +27,9 @@
<a class="pdf" href="/assets/pdf/{{ .Params.pdf }}"><i class="fa fa-print" aria-hidden="true"></i> Print version</a>
{{ end}}
</div>
{{ with .Params.cw }}
<div class="content-warning"><em>Content warning:</em> {{ . }}</div>
{{ end }}
</div>
{{ .Content }}
<hr class="fin" />