mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
8 lines
223 B
Text
8 lines
223 B
Text
|
## [runtimeterror $]
|
||
|
{{ $pages := .Pages -}}
|
||
|
{{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
||
|
|
||
|
{{ range $pages }}
|
||
|
=> {{ .RelPermalink }} [{{ .Date.Format "2006-01-02" }}] {{ .Title }}
|
||
|
{{- end }}
|