Add story

This commit is contained in:
Madison Scott-Clary
2024-01-01 11:43:08 -08:00
parent d8f4e60038
commit 5122b49435
3 changed files with 33 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{{ define "main" }}
<main id="main" class="story">
<h2>{{ .Title }}</h2>
<h3 class="author">{{ .Params.author }}</h3>
<h3 class="author">{{ .Params.author | markdownify }}</h3>
<hr/>
<h2 class="character">{{ .Params.character }}</h3>