mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 11:39:30 +08:00
remove comment parade
This commit is contained in:
parent
e4c443f5de
commit
bf1cf00372
2 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@
|
|||
<input type="hidden" name="target" value={site.protocol + site.domain + post.path} />
|
||||
<div class="label gap-4">
|
||||
<span class="label-text">send webmentions here:</span>
|
||||
{#if config?.commentParade === true}
|
||||
<!-- {#if config?.commentParade === true}
|
||||
<span class="label-text-alt text-right">
|
||||
or <a
|
||||
class="hover:!text-primary"
|
||||
|
@ -89,7 +89,7 @@
|
|||
comment anonymously
|
||||
</a>
|
||||
</span>
|
||||
{/if}
|
||||
{/if} -->
|
||||
</div>
|
||||
<div class="flex gap-2">
|
||||
<div class="flex-1">
|
||||
|
|
|
@ -5,14 +5,14 @@ export const post: PostConfig = {
|
|||
post: ['mastodon']
|
||||
},
|
||||
comment: {
|
||||
use: ['Webmention', 'Giscus', 'Remark42'],
|
||||
use: ['Remark42','Webmention', 'Giscus'],
|
||||
style: 'boxed',
|
||||
webmention: {
|
||||
username: 'seviche.cc',
|
||||
sortBy: 'created',
|
||||
sortDir: 'down',
|
||||
form: true,
|
||||
commentParade: true
|
||||
commentParade: false
|
||||
},
|
||||
giscus: {
|
||||
// src: 'https://giscus.kwaa.dev/client.js',
|
||||
|
|
Loading…
Reference in a new issue