comments.html 419 B

123456
  1. <script>talkyardServerUrl='{{ .Site.Params.talkyardServerUrl }}';</script>
  2. <script async defer src="{{ .Site.Params.talkyardScriptUrl }}"></script>
  3. <!-- You can specify a per page discussion id on the next line, if your URLs might change. -->
  4. <div class="talkyard-comments" data-discussion-id="{{ .Params.discussionId }}" style="margin-top: 45px;">
  5. <noscript>Please enable Javascript to view comments.</noscript>
  6. </div>