Remove old search templates
This commit is contained in:
parent
10576f8981
commit
072ddc8cf9
2 changed files with 0 additions and 16 deletions
|
@ -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 }}
|
|
||||||
}
|
|
|
@ -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 }}
|
|
Loading…
Reference in a new issue