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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/utterances.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/utterances.html b/layouts/partials/utterances.html
index 011ad8b..b7b35be 100644
--- a/layouts/partials/utterances.html
+++ b/layouts/partials/utterances.html
@@ -1,5 +1,5 @@
-{{ theme := .Site.Params.UtterancesTheme | default "github-light" }}
-{{ label := .Site.Params.UtterancesLabel | default "" }}
+{{ $theme := .Site.Params.UtterancesTheme | default "github-light" }}
+{{ $label := .Site.Params.UtterancesLabel | default "" }}
<script src="https://utteranc.es/client.js"
repo="{{- .Site.Params.UtterancesRepo -}}"
issue-term="url"