velero/site/layouts/posts/section.html

4 lines
128 B
HTML

{{ define "content" }}
{{ .Scratch.Set "posts" (.Site.GetPage "/posts").Pages }}
{{ partial "blog-posts.html" . }}
{{ end }}