This commit is contained in:
Madison Scott-Clary
2023-02-16 18:25:53 -08:00
parent 756cc22a94
commit b55065fc41
17 changed files with 1061 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<header>
<h1><a href="/">Florilegium ¹</a></h1>
<h2><a href="https://makyo.ink">¹ Madison Scott-Clary</a></h2>
</header>

View File

@ -0,0 +1,8 @@
<style>
ol {
list-style-type: decimal;
}
</style>
{{ range (index $.Site.Data (.Get 0)) }}
1. {{ .entry }}
{{ end }}