mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +00:00
Disable comments for post previews
This commit is contained in:
parent
70b6cca633
commit
39c910c4d2
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "yuika",
|
||||
"description": "nanao.moe's blog theme",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"engines": {
|
||||
"ghost-api": "v3"
|
||||
},
|
||||
|
5
post.hbs
5
post.hbs
@ -70,6 +70,10 @@
|
||||
</div>
|
||||
<div class="my-4 w-full content-full">
|
||||
<div class="my-4" id="comments">
|
||||
{{!-- I embedded a Discourse instance for my comments, feel free to replace --}}
|
||||
{{#is "preview"}}
|
||||
<p>Comments are disabled for post previews</p>
|
||||
{{else}}
|
||||
<div id='discourse-comments'></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
@ -81,6 +85,7 @@
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
|
||||
})();
|
||||
</script>
|
||||
{{/is}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="mx-auto px-4 my-4 w-full">
|
||||
|
Loading…
Reference in New Issue
Block a user