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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-12 19:49:54 +0300
committeruPagge <upagge@mail.ru>2020-12-12 19:49:54 +0300
commitaa2debce4698d96d1d28576f1550bb9dc86f2c6a (patch)
tree31fca29e9c2582b70aba08d7e0f90e4c60a61db0 /layouts
parentb39ec9acebc84b232c842d83deb773b3481e0596 (diff)
Comments fix
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/comment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
index b64049f..8299451 100644
--- a/layouts/partials/comment.html
+++ b/layouts/partials/comment.html
@@ -1,6 +1,6 @@
{{- $cdn := .Scratch.Get "cdn" | default dict -}}
{{- $fingerprint := .Scratch.Get "fingerprint" -}}
-{{- $comment := .Scratch.Get "comment" | default dict -}}
+{{- $comment := .Site.Params.Comment | default dict -}}
{{- $commentConfig := dict -}}
{{- if $comment.enable -}}