source:
tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/partials/utterances.html
@
17397
Last change on this file since 17397 was 16971, checked in by , 2 years ago | |
---|---|
File size: 372 bytes |
Line | |
---|---|
1 | {{ if .Site.Params.utterances }} |
2 | <script src="{{ .Site.Params.utterancesJsUrl }}" |
3 | repo="{{ .Site.Params.utterancesRepository }}" |
4 | issue-term="{{.Site.Params.utterancesIssueTerm}}" |
5 | theme="{{ .Site.Params.utterancesTheme }}" |
6 | crossorigin="{{ .Site.Params.utterancesCrossOrigin }}" |
7 | async> |
8 | </script> |
9 | <div id="utterances"></div> |
10 | {{ end }} |
Note: See TracBrowser for help on using the repository browser.