Seasons
This commit is contained in:
4
layouts/partials/header.html
Normal file
4
layouts/partials/header.html
Normal file
@ -0,0 +1,4 @@
|
||||
<header>
|
||||
<h1><a href="/">Florilegium ¹</a></h1>
|
||||
<h2><a href="https://makyo.ink">¹ Madison Scott-Clary</a></h2>
|
||||
</header>
|
||||
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