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:
-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 }}">