Add news support to website theme
All checks were successful
Builds / ExectOS WebSite (push) Successful in 31s
All checks were successful
Builds / ExectOS WebSite (push) Successful in 31s
This commit is contained in:
2
themes/exectos/layouts/news/list.html
Normal file
2
themes/exectos/layouts/news/list.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" (slice "news")) }}
|
||||
{{ partial "list.html" (dict "context" . "paginator" $paginator) }}
|
Reference in New Issue
Block a user