redstrate.com/themes/red/layouts/partials/comments.html

18 lines
792 B
HTML

{{ if hugo.IsProduction }}
<script
data-isso="//{{ $.Site.Params.isso_url }}/"
data-isso-title=""
data-isso-avatar="false"
data-isso-vote="false"
data-isso-reveal-on-click="5"
data-isso-page-author-hashes="96ab157c3aaa"
src="//{{ $.Site.Params.isso_url }}/js/embed.min.js" async crossorigin></script>
<section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .File.ContentBaseName }}">
{{ .Scratch.Set "header-type" "h3" }}
{{ .Scratch.Set "header-name" "Comments" }}
{{ partial "fake-heading.html" . }}
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>
{{ else }}
<p class="text-muted">Comments are disabled in development mode.</p>
{{ end }}