website-raghukamath.com/themes/bombil/layouts/partials/comment.html

16 lines
651 B
HTML

<div class="comments">
<h2>Comments</h2>
{{- if .Params.oldurl -}}
<script defer
data-no-fonts="true"
data-page-id="{{.Params.oldurl }}"
src="https://commento.emblik.studio/js/commento.js"></script>
{{ else }}
<script defer
data-no-fonts="true"
src="https://commento.emblik.studio/js/commento.js"></script>
{{ end }}
<div id="commento"></div>
<noscript> Comments on this website require javascript to be enabled, but I respect your decision to disable it. You can mail me your comment at <a class="link" href="mailto:raghu@raghukamath.com?Subject=comment on {{ .Title }}">raghu at raghukamath dot com</a></noscript>
</div>