Use with action in comments
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{{ $page := . }}
|
||||
|
||||
{{ if $page.Param "paige.comments.graphcomment" }}
|
||||
{{ with $page.Param "paige.comments.graphcomment" }}
|
||||
<div class="mb-3" id="paige-comments">
|
||||
<div id="graphcomment"></div>
|
||||
<script type="text/javascript">
|
||||
var __semio__params = {
|
||||
graphcommentId: "{{ $page.Param `paige.comments.graphcomment.account_id` | safeJS }}",
|
||||
graphcommentId: "{{ .account_id | safeJS }}",
|
||||
behaviour: {
|
||||
uid: "{{ $page.RelPermalink | safeJS }}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user