fix
This commit is contained in:
@ -10,11 +10,7 @@
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!--
|
||||
{{ $s := path.Dir (.Permalink | relURL) }}
|
||||
{{ $o := index (split $s "/") 1 }}
|
||||
<div class="pager"><a href="{{ printf "/%s" $o }}">{{ $o }}</a></div>
|
||||
-->
|
||||
{{ partial "comment.html" . }}
|
||||
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
|
6
layouts/partials/comment.html
Normal file
6
layouts/partials/comment.html
Normal file
@ -0,0 +1,6 @@
|
||||
<link href="https://syui.ai/js/comment/app.js" rel="preload" as="script">
|
||||
<link href="https://syui.ai/js/comment/chunk-vendors.js" rel="preload" as="script">
|
||||
<div id="comment"></div>
|
||||
<script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
||||
<script src="https://syui.ai/js/comment/chunk-vendors.js"></script>
|
||||
<script src="https://syui.ai/js/comment/app.js"></script>
|
Reference in New Issue
Block a user