🎉 Hello World
This commit is contained in:
22
layouts/_default/list.html
Normal file
22
layouts/_default/list.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{{- define "main" -}}
|
||||
{{- $paginator := .Paginator -}}
|
||||
|
||||
{{- $title := T .Title -}}
|
||||
{{- if not $title -}}
|
||||
{{- $title = .Title -}}
|
||||
{{- end -}}
|
||||
{{ if false }}
|
||||
<section class="article header"><h1>{{- $title -}}</h1></section>
|
||||
{{- if .Content -}}
|
||||
<article class="article markdown-body">
|
||||
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
|
||||
{{- .Content -}}
|
||||
</article>
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
<!-- Ranges through content/posts/*.md -->
|
||||
|
||||
{{- partial "note-list.html" $paginator -}}
|
||||
{{- partial "pagination.html" $paginator -}}
|
||||
|
||||
{{- end -}}
|
Reference in New Issue
Block a user