Skip to content
Snippets Groups Projects
Commit 5fcfd82c authored by alexisben's avatar alexisben
Browse files

fix heading in related posts

parent b620b7da
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@
<div class="block-content">
<div class="{{ $layout }}">
{{ range .posts }}
{{ partial "posts/post.html" (dict "post" . ) }}
{{ partial "posts/post.html" (dict
"post" .
"heading" "h3"
) }}
{{ end }}
</div>
</div>
......
......@@ -8,7 +8,7 @@
{{ i18n "posts.see_all_in_program" (dict "Title" $category_name) }}
</a>
<div class="blocks">
{{ partial "posts/block-posts-layout.html" (dict "posts" .Pages) }}
{{ partial "posts/block-posts-layout.html" (dict "posts" .Pages ) }}
</div>
</div>
</div>
......
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