diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-13 19:42:16 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-13 19:42:16 +0100 |
commit | 68f096fa4c69a72cde18eb07a716ff76c0900bea (patch) | |
tree | 3585cd51e7288f00bb312662fcf295cb8cfbfb44 /assets/search-data.js | |
parent | 134b7456b8075b5a1eed406b2e21d01ae9708e81 (diff) |
Remove use of Scratch in search configuration
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 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 }} {}; |