1
Fork 0

Remove old search templates

This commit is contained in:
Jake Howard 2018-02-04 12:12:22 +00:00
parent 10576f8981
commit 072ddc8cf9
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 0 additions and 16 deletions

View file

@ -1,8 +0,0 @@
{{ $valid_pages := where (where .Site.Pages.ByTitle "Kind" "page") ".Parent" "!=" nil }}
{
{{ range $i, $e := $valid_pages }}
{{ if $i }}, {{ end }}
{{ partial "page_data.json" . }}
{{ end }}
}

View file

@ -1,8 +0,0 @@
# {{ .Title | plainify }}
{{ .RawContent | safeHTML }}
{{ $valid_pages := where (where .Site.Pages.ByTitle "Kind" "page") ".Parent" "!=" nil }}
{{ range $valid_pages }}
- ![{{ title .LinkTitle }}]({{ .Permalink }})
{{ end }}