brainbaking/themes/brainbaking-minimal/layouts/partials/single-comments.html

19 lines
642 B
HTML

{{ if (not .Params.disableComments) }}
<article>
<h4 class="page-header">
<svg class='icon icon-text' width='24' height='24'>
<use xlink:href='#discuss'></use>
</svg>
Join the Discussion
</h4>
{{- if (ne hugo.Environment "development") }}
<script defer src="https://commento.brainbaking.com/js/commento.js"></script>
<script defer src="https://commento.brainbaking.com/js/count.js"></script>
<div id="commento"></div>
{{- else }}
(localhost, comments disabled)
{{- end }}
</article>
{{ end }}