Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/bootstrap-bp-hugo-startpage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2020-01-14 20:10:37 +0300
committerSebastian Pech <windows@spech.de>2020-01-14 20:10:37 +0300
commit223567f418a68823f61ecff6ac69b7cc322758a7 (patch)
treef95ba27fc7168b47d47e3dcf3852c2b69aafbfde /layouts
parent3f0300363a8cb9a3507c9325d13ca443702fb9fd (diff)
New searchEngines syntax
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index bbc85b1..a2bf444 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,6 @@
<h1 class="welcomeText">{{ .Site.Params.welcomeText }}</h1>
-
{{ if .Site.Params.searchEngines }}
{{ range .Site.Params.searchEngines }}
{{ if .activated }}
@@ -13,7 +12,6 @@
{{ end }}
{{ end }}
-
{{ if .Site.Params.startPageColumns }}
<div id="groupList" class="card-deck mt-3">
{{ range .Site.Data.links }}