Skip to content
Snippets Groups Projects
Commit 01b7ce1a authored by alexisben's avatar alexisben
Browse files

Merge branch 'main' of github.com:noesya/osuny-hugo-theme-aaa

parents 4beba449 5fcfd82c
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>
......
v3.0.11
\ No newline at end of file
v3.0.12
\ 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