content prepare over
This commit is contained in:
@@ -21,5 +21,14 @@
|
||||
<div itemprop="articleBody" class="content markdown">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{- if (and .IsPage .Params.comment | default true ) -}}
|
||||
<hr class="block my-10 mx-auto max-w-xs h-px border-t border-black">
|
||||
<div id="isso-thread"></div>
|
||||
{{ with .Page.Site.Params.comments.isso.Host }}
|
||||
<script data-isso="{{ . }}" data-isso-css="true" data-isso-lang="zh_CN"
|
||||
data-isso-reply-to-self="false" data-isso-reply-notifications="true" data-isso-require-author="true"
|
||||
data-isso-require-email="true" data-isso-vote="true" src="{{ . }}js/embed.min.js"></script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user