Fix "unclosed action" issue on v0.68.3/extended

https://github.com/Masellum/hugo-theme-nostyleplease/issues/3#issue-1524457299
This commit is contained in:
Dmitry 2023-01-08 14:03:03 +03:00 committed by GitHub
parent 22ed9f8cde
commit 76989b98ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,7 @@
{{- end -}}
{{- if $item.post_list -}}
{{ partial "post_list.html" (dict
"context" .
"section" $item.post_list.section
"limit" $item.post_list.limit
"show_more" $item.post_list.show_more
"show_more_text" $item.post_list.show_more_text
"show_more_url" $item.post_list.show_more_url
) -}}
{{ partial "post_list.html" (dict "context" . "section" $item.post_list.section "limit" $item.post_list.limit "show_more" $item.post_list.show_more "show_more_text" $item.post_list.show_more_text "show_more_url" $item.post_list.show_more_url) -}}
{{- end -}}
{{- end -}}
</ul>