aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-08-09 14:53:15 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-08-09 14:53:15 +0200
commit424ff16092a3956f3dc4fdca057d5f3d6fcfc928 (patch)
tree304372be6fd0826364deaa59c3235f03400ec672 /assets
parentdf8d186d381557da67fe550bce1490b868932724 (diff)
Fix formatting in search-data
Diffstat (limited to 'assets')
-rw-r--r--assets/search-data.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/search-data.js b/assets/search-data.js
index 72075f3..dee01f6 100644
--- a/assets/search-data.js
+++ b/assets/search-data.js
@@ -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 -}}