Sha256: 6cfc39a232859df9f4a1c4f9ff27908a09243a30c68d333cc315e58c1dcca63e
Contents?: true
Size: 428 Bytes
Versions: 5
Compression:
Stored size: 428 Bytes
Contents
[{{ range $index, $page := .Site.Pages }} {{- if ne $page.Type "json" -}} {{- if and $index (gt $index 0) -}},{{- end }} { "uri": "{{ $page.Permalink }}", "title": "{{ htmlEscape $page.Title}}", "tags": [{{ range $tindex, $tag := $page.Params.tags }}{{ if $tindex }}, {{ end }}"{{ $tag| htmlEscape }}"{{ end }}], "description": "{{ htmlEscape .Description}}", "content": {{$page.Plain | jsonify}} } {{- end -}} {{- end -}}]
Version data entries
5 entries across 5 versions & 1 rubygems