Files
florilegium.ink/layouts/shortcodes/bibliography.html
Madison Scott-Clary b55065fc41 Seasons
2023-02-16 18:25:53 -08:00

9 lines
121 B
HTML

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