UNPKG

nis-hugo-theme

Version:

Hugo theme for Narative Insight (NIS) Hugo-based websites

13 lines (12 loc) 275 B
{ "results": [ {{- range $index, $page := .Site.RegularPages }} {{- if $index -}} , {{- end }} { "href": {{ .Permalink | jsonify }}, "title": {{ .Title | jsonify }}, "body": {{ .Content | plainify | jsonify }} } {{- end }} ] }