mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
16 lines
770 B
Text
16 lines
770 B
Text
```
|
|
___ _ _ _ _ ___
|
|
| _| | | (_) | | | |_ |
|
|
| | _ __ _ _ _ __ | |_ _ _ __ ___ ___| |_ ___ _ __ _ __ ___ _ __ / __)| |
|
|
| || '__| | | | '_ \| __| | '_ ` _ \ / _ \ __/ _ \ '__| '__/ _ \| '__| \__ \| |
|
|
| || | | |_| | | | | |_| | | | | | | __/ || __/ | | | | (_) | | ( /| |
|
|
| ||_| \__,_|_| |_|\__|_|_| |_| |_|\___|\__\___|_| |_| \___/|_| |_|_| |
|
|
|___| |___|
|
|
```
|
|
|
|
{{ $pages := .Pages -}}
|
|
{{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
|
|
|
{{ range $pages }}
|
|
=> {{ .RelPermalink }} [{{ .Date.Format "2006-01-02" }}] {{ .Title }}
|
|
{{- end }}
|