garden/themes/cortex/layouts/partials/comment.html
SouthFox 08db36282d
All checks were successful
continuous-integration/drone Build is passing
new init
2023-05-20 19:32:59 +08:00

12 lines
435 B
HTML

<div class="comment">
<h4>评论</h4>
<script
data-isso-lang="zh_CN"
data-isso-max-comments-nested="5"
data-isso-reveal-on-click="5"
data-isso-vote="false"
src="//dodder.southfox.gay/js/embed.min.js"
></script>
<section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .Permalink }}">
<noscript>Javascript needs to be activated to view comments.</noscript>
</div>