mirror of https://github.com/go-sonic/sonic.git
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.
15 lines
467 B
Cheetah
15 lines
467 B
Cheetah
{{define "global.custom_content_head"}}
|
|
{{if or .is_post .is_sheet}}
|
|
{{.options.blog_custom_content_head}}
|
|
{{end}}
|
|
{{end}}
|
|
|
|
|
|
|
|
|
|
{{define "global.comment"}}
|
|
{{if or (eq .type "journal") (not .target.DisallowComment)}}
|
|
<script src="{{or .options.comment_internal_plugin_js "https://cdn.jsdelivr.net/npm/halo-comment@latest/dist/halo-comment.min.js"}}"></script>
|
|
<halo-comment id="{{.target.ID}}" type="{{.type}}"/>
|
|
{{end}}
|
|
{{end}} |