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

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Slupytskyi <dslupytskyi@gmail.com>2020-01-14 06:26:37 +0300
committerGitHub <noreply@github.com>2020-01-14 06:26:37 +0300
commit35987a3939418270855f5809fdacf6b2ad3b8ee3 (patch)
tree8c3901184d06bc1f989421e909f97b76b3ceb24b
parente2a3f5c19829becaff76f015d7e6db982ea6c1bd (diff)
parent0caa7237bfb96dc48954248f52dba95131424e9b (diff)
Merge pull request #36 from imyousuf/master
Include tipuesearch CSS if search engine is enabled
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 823d2ae..4945016 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -25,7 +25,7 @@
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Lato:900,300'> -->
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/combined-min.css">
- <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/tipuesearch/tipuesearch.css">
+ {{ if isset .Site.Params "search_engine" }}<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/tipuesearch/tipuesearch.css">{{ end }}
</head>
<body class="">