first!
This commit is contained in:
commit
cf7a27bfa1
225 changed files with 3580 additions and 0 deletions
13
layouts/partials/comments.html
Normal file
13
layouts/partials/comments.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div class="commentarea">
|
||||
<h2 class="title">Comments</h2>
|
||||
<script
|
||||
data-isso="https://comments.mmaker.moe/"
|
||||
data-isso-css="false"
|
||||
data-isso-require-author="false"
|
||||
data-isso-postbox-author-placeholder-text-en="Aniki"
|
||||
data-isso-postbox-website-placeholder-text-en="https://example.com"
|
||||
data-isso-postbox-text-text-en="Leave a comment..."
|
||||
src="https://comments.mmaker.moe/js/embed.min.js">
|
||||
</script>
|
||||
<section id="isso-thread" data-title="{{ .Title }}" data-isso-id=""></section>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue