Seasons
This commit is contained in:
8
layouts/shortcodes/bibliography.html
Normal file
8
layouts/shortcodes/bibliography.html
Normal file
@ -0,0 +1,8 @@
|
||||
<style>
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
</style>
|
||||
{{ range (index $.Site.Data (.Get 0)) }}
|
||||
1. {{ .entry }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user