1
Fork 0
theorangeone.net-legacy/layouts/_default/search.txt

9 lines
232 B
Text
Raw Normal View History

2017-09-30 17:37:27 +01:00
# {{ .Title | plainify }}
{{ .RawContent | safeHTML }}
{{ $valid_pages := where (where .Site.Pages.ByTitle "Kind" "page") ".Parent" "!=" nil }}
{{ range $valid_pages }}
- ![{{ title .LinkTitle }}]({{ .Permalink }})
{{ end }}