diff options
| author | amzrk2 | 2020-04-15 13:19:34 +0800 |
|---|---|---|
| committer | amzrk2 | 2020-04-15 13:19:34 +0800 |
| commit | 10b5414837fc272b73922e01d2fe24ddd5080293 (patch) | |
| tree | d03988e96458bd11e5facfc6d17548151eb345ec /layouts/partials/comment-utterances.html | |
| parent | da6c84ca4d0e9f56c0d72e6c01c07df94698e216 (diff) | |
| download | hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.tar.gz hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.tar.bz2 hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.zip | |
Google Analytics support
Diffstat (limited to 'layouts/partials/comment-utterances.html')
| -rw-r--r-- | layouts/partials/comment-utterances.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html index 02575eb..6653661 100644 --- a/layouts/partials/comment-utterances.html +++ b/layouts/partials/comment-utterances.html @@ -1,5 +1,4 @@ <div id="post-comment"> - <script src="{{ .Site.Params.cdnUtterancesJS }}" repo="{{ .Site.Params.utterancesRepo }}" - issue-term="{{ .Site.Params.utterancesIssueTerm }}" theme="{{ .Site.Params.utterancesTheme }}" - crossorigin="anonymous" async></script> + <script src="{{ .Site.Params.cdnUtterancesJS }}" repo="{{ .Site.Params.utterancesRepo }}" issue-term="{{ .Site.Params.utterancesIssueTerm }}" theme="{{ .Site.Params.utterancesTheme }}" + crossorigin="anonymous" async></script> </div>
\ No newline at end of file |
