Back to Coredns Io

Blog

themes/coredns/layouts/_default/list.html

latest392 B
Original Source

{{ define "title"}} {{ .Title}} {{end}} {{ define "header"}} {{ partial "header" .}} {{end}} {{ define "main" }}

{{ if eq .Type "blog" }}

Blog

{{ .Site.Data.subtext.blog.content | markdownify }}

{{ end }}

{{ range .Paginator.Pages.ByWeight }} {{ partial "page-summary" . }} {{ end }} - {{ partial "pagination" .}}

{{ end }} {{ define "footer" }} {{ partial "footer" . }} {{ end }}