Update README.md
This commit is contained in:
parent
13584878c2
commit
aaf236410e
2 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
- Clean simple design
|
- Clean simple design
|
||||||
- Light and Mobile-Friendly
|
- Light and Mobile-Friendly
|
||||||
|
- Multi-language support
|
||||||
- Customisable
|
- Customisable
|
||||||
- Designed to not interfere with other layouts
|
- Designed to not interfere with other layouts
|
||||||
- Zero initial configuration
|
- 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 >}}
|
{{< button href="https://github.com/alex-shpak/hugo-book" >}}Contribute{{< /button >}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Tabs
|
### Tabs
|
||||||
|
|
||||||
Useful if you want to show alternative information per platform or setting.
|
Useful if you want to show alternative information per platform or setting.
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" integrity="{{ $styles.Data.Integrity }}">
|
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" integrity="{{ $styles.Data.Integrity }}">
|
||||||
|
|
||||||
{{ if default true .Site.Params.BookSearch }}
|
{{ if default true .Site.Params.BookSearch }}
|
||||||
{{- .Scratch.Set "bookSearchConfig" (i18n "bookSearchConfig") -}}} <!-- Remove after https://github.com/gohugoio/hugo/issues/6331 -->
|
{{- .Scratch.Set "bookSearchConfig" (i18n "bookSearchConfig") -}} <!-- Remove after https://github.com/gohugoio/hugo/issues/6331 -->
|
||||||
{{- $searchJSFile := printf "%s.search.js" .Language.Lang -}}
|
{{- $searchJSFile := printf "%s.search.js" .Language.Lang -}}
|
||||||
{{- $searchJS := resources.Get "search.js" | resources.ExecuteAsTemplate $searchJSFile . | resources.Minify | resources.Fingerprint }}
|
{{- $searchJS := resources.Get "search.js" | resources.ExecuteAsTemplate $searchJSFile . | resources.Minify | resources.Fingerprint }}
|
||||||
<script defer src="{{ $searchJS.RelPermalink }}" integrity="{{ $searchJS.Data.Integrity }}"></script>
|
<script defer src="{{ $searchJS.RelPermalink }}" integrity="{{ $searchJS.Data.Integrity }}"></script>
|
||||||
|
|
Loading…
Reference in a new issue