From 68f096fa4c69a72cde18eb07a716ff76c0900bea Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 13 Jan 2020 19:42:16 +0100 Subject: Remove use of Scratch in search configuration --- assets/search-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/search-data.js') 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 }} {}; -- cgit v1.2.3