diff options
author | amzrk2 | 2020-04-23 19:43:29 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-23 19:43:29 +0800 |
commit | 47e7b0846e68cd0713d8ff00763351c81486c725 (patch) | |
tree | 62d11346739dd18af268384209f37c0af027a299 | |
parent | 0ed932121cd278fa1678e518728e7bb728bd1a9a (diff) | |
download | hugo-theme-fuji-47e7b0846e68cd0713d8ff00763351c81486c725.tar.gz hugo-theme-fuji-47e7b0846e68cd0713d8ff00763351c81486c725.tar.bz2 hugo-theme-fuji-47e7b0846e68cd0713d8ff00763351c81486c725.zip |
Fix comment loading indicator
-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 () { |