You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
511 B
HTML
16 lines
511 B
HTML
{{ $page := . }}
|
|
|
|
{{ if $page.Param "paige.comments.replybox" }}
|
|
<div class="mb-3" id="paige-comments">
|
|
<div id="replybox"></div>
|
|
<script>
|
|
window.replybox = {
|
|
site: "{{ $page.Param "paige.comments.replybox.account_id" | safeJS }}",
|
|
identifier: "{{ $page.RelPermalink | safeJS }}"
|
|
};
|
|
</script>
|
|
<script src="https://cdn.getreplybox.com/js/embed.js"></script>
|
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
|
</div>
|
|
{{ end }}
|