mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
7 lines
223 B
Text
7 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 }}
|