mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 16:59:31 +08:00
Compare commits
No commits in common. "bf1cf003720d97694bc28119ba41490144fe7195" and "6b9f76c2f4e4ecfbf687dccf3d8afae114609d82" have entirely different histories.
bf1cf00372
...
6b9f76c2f4
3 changed files with 5 additions and 5 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">
|
||||
|
|
|
@ -57,7 +57,7 @@ export const friends: Friend[] = [
|
|||
rel: 'friend',
|
||||
name: '夏诤',
|
||||
title: 'SummberBlue',
|
||||
link: 'https://blog.summerrrrrr.blue',
|
||||
link: 'https://blog.summerblue.space/',
|
||||
descr: '早睡早起身体好'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,14 +5,14 @@ export const post: PostConfig = {
|
|||
post: ['mastodon']
|
||||
},
|
||||
comment: {
|
||||
use: ['Remark42','Webmention', 'Giscus'],
|
||||
use: ['Webmention', 'Giscus', 'Remark42'],
|
||||
style: 'boxed',
|
||||
webmention: {
|
||||
username: 'seviche.cc',
|
||||
sortBy: 'created',
|
||||
sortDir: 'down',
|
||||
form: true,
|
||||
commentParade: false
|
||||
commentParade: true
|
||||
},
|
||||
giscus: {
|
||||
// src: 'https://giscus.kwaa.dev/client.js',
|
||||
|
|
Loading…
Reference in a new issue