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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaohuabing <zhaohuabing@gmail.com>2022-02-09 11:39:35 +0300
committerzhaohuabing <zhaohuabing@gmail.com>2022-02-09 11:39:35 +0300
commit888bafd5e39c1fc7c3a9cc0f2941cfb7e4d56818 (patch)
treec26d968dfbbdbd0d013cc2cf927f39af12cbae96
parent956baaf0c7a2020db0f79fec94540134eb2002a6 (diff)
fix issue
Signed-off-by: zhaohuabing <zhaohuabing@gmail.com>
-rw-r--r--layouts/partials/head.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2b6619f..68a1070 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -49,8 +49,10 @@
<link rel="canonical" href="{{ .RelPermalink }}">
+ {{ if .Site.Params.disqus_proxy }}
<link rel="stylesheet" href="{{ "css/iDisqus.min.css" | relURL }}"/>
-
+ {{ end }}
+
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | relURL }}">