dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_compose
mirror of
https://github.com/onweru/compose.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
separate search content from js #29
weru
31.37.2021
dce245200999f3a24ef1651f8b8d3b2827b1854f
[external-software/github_gohugo_theme_compose.git]
/
layouts
/
_default
/
index.json
1
2
3
4
5
6
7
{{- $.Scratch.Add "index" slice -}}
{{- range .Site.Pages -}}
{{- if ne .Type "search" -}}
{{- $.Scratch.Add "index" (dict "title" .Title "body" .Plain "link" .Permalink) -}}
{{- end -}}
{{- end -}}
{{- jsonify ($.Scratch.Get "index") -}}