diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-08-09 14:53:15 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-08-09 14:53:15 +0200 |
commit | 424ff16092a3956f3dc4fdca057d5f3d6fcfc928 (patch) | |
tree | 304372be6fd0826364deaa59c3235f03400ec672 /assets/search-data.js | |
parent | df8d186d381557da67fe550bce1490b868932724 (diff) |
Fix formatting in search-data
Diffstat (limited to 'assets/search-data.js')
-rw-r--r-- | assets/search-data.js | 2 |
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 -}} |