Mass rename/move to get rid of Haskell stuff
This commit is contained in:
10
themes/indigo/layouts/_default/list.html
Normal file
10
themes/indigo/layouts/_default/list.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ partial "header.html" . }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
<div id="content">
|
||||
{{ range $index, $page := (.Paginate (where .Site.RegularPages "Type" "in" site.Params.mainSections)).Pages }}
|
||||
{{ if ne $index 0 }}
|
||||
{{ end }}
|
||||
{{ .Render "li" }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
Reference in New Issue
Block a user