tw-runner
Version:
Run and manage Tower Website projects with this utility.
6 lines (5 loc) • 352 B
HTML
{{ $indexPage := .Site.GetPage "articles/_index.md" }}
{{ partial "content/articles/collections/featured.html" $indexPage}}
{{ $articles := where .Site.RegularPages "Section" "articles" }}
{{ $articles = first 4 (sort $articles "Date" "desc") }}
{{ partial "content/articles/collections/list.html" (dict "list" $articles "index" $indexPage) }}