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.
17 lines
560 B
HTML
17 lines
560 B
HTML
{{ $page := . }}
|
|
|
|
{{ with $page.Param "paige.comments.hyvor" }}
|
|
<div class="mb-3" id="paige-comments">
|
|
<div id="hyvor-talk-view"></div>
|
|
<script type="text/javascript">
|
|
var HYVOR_TALK_WEBSITE = "{{ .account_id | safeJS }}";
|
|
var HYVOR_TALK_CONFIG = {
|
|
url: false,
|
|
id: "{{ $page.RelPermalink | safeJS }}"
|
|
};
|
|
</script>
|
|
<script async type="text/javascript" src="//talk.hyvor.com/web-api/embed"></script>
|
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
|
</div>
|
|
{{ end }}
|