🎉 Hello World
This commit is contained in:
11
layouts/_default/section.html
Normal file
11
layouts/_default/section.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- define "main" -}}
|
||||
{{- $paginator := .Paginator -}}
|
||||
|
||||
<section class="article header"><h1>{{- .Title -}}</h1></section>
|
||||
{{- partial "section-body.html" . -}}
|
||||
<!-- Ranges through content/posts/*.md -->
|
||||
|
||||
{{- partial "note-list.html" $paginator -}}
|
||||
{{- partial "pagination.html" $paginator -}}
|
||||
|
||||
{{- end -}}
|
Reference in New Issue
Block a user