diff options
-rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index cd47e6f..2f83c91 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,4 +1,4 @@ -{{ if and (.IsPage) (.Site.Params.utterancesComment) }} +{{ if and (.IsPage) (.Site.Params.utterancesRepo) }} <!-- comment loading indicator --> <script> $(function () { |