Merge branch 'main' into the-way-i-work

This commit is contained in:
Madison Scott-Clary
2024-01-24 04:15:38 -08:00
18 changed files with 871 additions and 32 deletions

View File

@ -5,6 +5,8 @@
<h3 class="author">{{ .Params.author | markdownify }}</h3>
<hr/>
<h2 class="character">{{ .Params.character }}</h3>
{{ if .Params.cw }}<div class="cw">{{ .Params.cw }}</div>{{ end }}
{{ if .Params.spoiler }}<div class="spoiler-note">{{ .Params.spoiler | markdownify }}</div>{{ end }}
{{ .Content }}
</main>