From aaf236410e92d7bb965d531733e16bacd31ec3ae Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 14 Nov 2019 00:48:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- layouts/partials/docs/html-head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index babb1a2..c3a0b03 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - Clean simple design - Light and Mobile-Friendly +- Multi-language support - Customisable - Designed to not interfere with other layouts - Zero initial configuration @@ -240,7 +241,6 @@ Buttons are styled links to internal of external pages {{< button href="https://github.com/alex-shpak/hugo-book" >}}Contribute{{< /button >}} ``` - ### Tabs Useful if you want to show alternative information per platform or setting. diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 153ab35..b9df8d9 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -10,7 +10,7 @@ {{ if default true .Site.Params.BookSearch }} -{{- .Scratch.Set "bookSearchConfig" (i18n "bookSearchConfig") -}}} +{{- .Scratch.Set "bookSearchConfig" (i18n "bookSearchConfig") -}} {{- $searchJSFile := printf "%s.search.js" .Language.Lang -}} {{- $searchJS := resources.Get "search.js" | resources.ExecuteAsTemplate $searchJSFile . | resources.Minify | resources.Fingerprint }}