small fixes

This commit is contained in:
teldra 2022-06-15 23:45:55 +02:00
parent 3e2c00573a
commit ce5fdfdc4a
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@
{{ if i18n $feat }}
{{ $feat = i18n $feat }}
{{ end }}
<div class="two_lists">
<article class="two_lists">
{{ 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>
</article>
{{ end }}