mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 17:12:27 +00:00
Switch themes to minimo
This commit is contained in:
6
themes/minimo/layouts/page/search.json
Normal file
6
themes/minimo/layouts/page/search.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{{- range $i, $page := .Site.Pages -}}
|
||||
{{- dict "title" $page.Title "content" $page.Plain "href" $page.RelPermalink | jsonify | safeJS -}}
|
||||
{{- if ne $i ( sub ( len $.Site.Pages ) 1 ) -}},{{- end -}}
|
||||
{{- end -}}
|
||||
]
|
Reference in New Issue
Block a user