aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-01-13 19:42:16 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-01-13 19:42:16 +0100
commit68f096fa4c69a72cde18eb07a716ff76c0900bea (patch)
tree3585cd51e7288f00bb312662fcf295cb8cfbfb44 /assets
parent134b7456b8075b5a1eed406b2e21d01ae9708e81 (diff)
Remove use of Scratch in search configuration
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 cb7c8da..b4d2cfa 100644
--- a/assets/search-data.js
+++ b/assets/search-data.js
@@ -1,7 +1,7 @@
'use strict';
(function() {
- const indexCfg = {{ with .Scratch.Get "bookSearchConfig" }}
+ const indexCfg = {{ with i18n "bookSearchConfig" }}
{{ . }};
{{ else }}
{};