Fix formatting in search-data

This commit is contained in:
Alex Shpak
2019-08-09 14:53:15 +02:00
parent df8d186d38
commit 424ff16092
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
{
"idx": {{ $index }},
"href": "{{ $page.RelPermalink }}",
"title": {{ (partial "docs/title" $page) | jsonify}},
"title": {{ (partial "docs/title" $page) | jsonify }},
"content": {{ $page.Plain | jsonify }}
}
{{- end -}}