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:
authorYurizal Susanto <yursan9@pm.me>2019-09-04 06:43:40 +0300
committerYurizal Susanto <yursan9@pm.me>2019-09-04 06:43:40 +0300
commit013a1bb75e589649e6907c7ab2737a430719eb1f (patch)
tree6feadc7bd0792d932942ec9d5a1008731619050d
parent120f0b2120a87a27ed8a0b18795f128b0e2fa6e7 (diff)
Forgot dollar sign for varible
-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"