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

20 lines
693 B
HTML

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