small fixes

This commit is contained in:
teldra 2022-06-15 18:19:21 +02:00
parent 586d4d9cd0
commit f04ea65c2c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
{{ $feat = i18n $feat }}
{{ end }}
<div class="two_lists">
{{ partial "layout/gen_list" (dict "context" . "pages" $featured "title" $feat "link" "featured" "limit" "5" )}}
{{ partial "layout/gen_list" (dict "context" . "pages" $featured "title" $feat "limit" "5" )}}
{{ partial "layout/gen_list" (dict "context" . "pages" $posts "title" $news "link" "news" "limit" "5" )}}
</div>
{{ end }}