hugo-theme-zzo/layouts/partials/comments/fastcomments.html

7 lines
262 B
HTML

<script src="https://cdn.fastcomments.com/js/embed-v2.min.js"></script>
<div id="fastcomments-widget"></div>
<script>
window.FastCommentsUI(document.getElementById('fastcomments-widget'), {
"tenantId": "{{ .Site.Params.fastcomments.tenantId }}"
});
</script>