diff --git a/layouts/index.html b/layouts/index.html index 9a20a10..23daa08 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,6 +3,9 @@
{{ block "news" . }} + {{ range first 3 (where .Pages "Section" "wiadomosci")}} + {{ .Render "content" }} + {{ end }} {{ end }}