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:
parent
22ed9f8cde
commit
76989b98ea
@ -13,14 +13,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- if $item.post_list -}}
|
{{- if $item.post_list -}}
|
||||||
{{ partial "post_list.html" (dict
|
{{ 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) -}}
|
||||||
"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 -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user