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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorde-souza <43355143+de-souza@users.noreply.github.com>2019-08-27 23:16:29 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2019-08-27 23:16:29 +0300
commit0871a999971fab9314f9410fd13e8843b548f3de (patch)
tree551fd0e1b28914da04be741e95d0e8fbf24eeacc
parentbdc0b187ad1467d1ca603a8fec9948f6c262071c (diff)
Replace .Site with site
-rw-r--r--layouts/partials/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index be5bf62..9ce742e 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -1,4 +1,4 @@
-{{ with .Site.Params.utterances }}
+{{ with site.Params.utterances }}
{{ if in site.Params.mainSections $.Type | and .enable }}
<script src="https://utteranc.es/client.js" repo="{{ .repo }}" issue-term="{{ .issueterm }}" theme="{{ .theme }}" crossorigin="anonymous" async></script>
{{end}}