Skip to content
Snippets Groups Projects
Commit a92d1e8f authored by Arnaud Levy's avatar Arnaud Levy
Browse files

block posts layout alternate

parent 5a0b6de3
No related branches found
No related tags found
No related merge requests found
<div class="alternate">
{{ range $post := .posts -}}
{{ with site.GetPage (printf "/posts/%s" $post) }}
{{ partial "posts/post.html" (dict
"post" .
"heading" "h3"
) }}
{{ end }}
{{ end }}
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment