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