summaryrefslogblamecommitdiffstats
path: root/layouts/blog/list.html
blob: 751674bbcb6ab32a01efb99c420a4222f9fc210f (plain) (tree)
1
2
3
4
5
6
7




                                                                       
                            
         
{{ define "main" }}
<h2>{{ with .Site.GetPage "section" "blog" }}{{ .Title }}{{ end }}</h2>

{{ .Content }}

{{ partial "posts.html" . }}
{{ end }}