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