1
0
This commit is contained in:
2024-04-26 22:50:23 +09:00
parent 8b04ec2507
commit 60ee3f0202
5 changed files with 107 additions and 12 deletions

View File

@ -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" . }}

View 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>