Begin slow migration to Hugo...
This commit is contained in:
15
hugo_blag/themes/indigo/layouts/index.html
Normal file
15
hugo_blag/themes/indigo/layouts/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- Include the head/header -->
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<!-- Content goes here -->
|
||||
<div id="content">
|
||||
{{ range $index, $page := (.Paginate (where (where .Site.RegularPages "Type" "in" site.Params.mainSections) ".Params.hidden" "!=" "true" )).Pages }}
|
||||
{{ if ne $index 0 }}
|
||||
{{ end }}
|
||||
{{ .Render "li" }}
|
||||
{{ end }}
|
||||
{{ partial "pagination.html" .Paginator }}
|
||||
</div>
|
||||
|
||||
<!-- Include the site info and footer -->
|
||||
{{ partial "footer.html" . }}
|
||||
Reference in New Issue
Block a user