mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 15:59:33 +08:00
revert card title
This commit is contained in:
parent
da8707e219
commit
bc42a8069c
2 changed files with 1 additions and 5 deletions
|
@ -92,7 +92,7 @@
|
|||
<a itemprop="url" class="u-url p-name" href={post.path}>{post.title ?? post.path.slice(1)}</a>
|
||||
</h2>
|
||||
{:else}
|
||||
<h1 itemprop="name headline" class="card-title text-3xl mb-8 p-name">{post.title ?? post.path.slice(1)}</h1>
|
||||
<h1 itemprop="name headline" class="card-title text-2xl mb-8 p-name">{post.title ?? post.path.slice(1)}</h1>
|
||||
{/if}
|
||||
{/if}
|
||||
{#if post.summary}
|
||||
|
|
|
@ -14,23 +14,19 @@ export const site: SiteConfig = {
|
|||
bio: ' Code / Tech <br> Living a Random Life ',
|
||||
metadata: [
|
||||
{
|
||||
text: '',
|
||||
icon: 'i-mdi-github',
|
||||
link: 'https://github.com/sevichecc'
|
||||
},
|
||||
{
|
||||
text: '',
|
||||
icon: 'i-simple-icons-matrix',
|
||||
link: 'https://matrix.to/#/@seviche:kongwoo.icu'
|
||||
},
|
||||
{
|
||||
text: '',
|
||||
icon: 'i-heroicons-solid-key',
|
||||
link: 'https://keys.openpgp.org/vks/v1/by-fingerprint/76DF9F9CC0C3619AA12CB914AFF18B986818D8AD',
|
||||
rel: 'pgpkey'
|
||||
},
|
||||
{
|
||||
text: '',
|
||||
icon: 'i-ic-twotone-rss-feed',
|
||||
link: '/atom.xml',
|
||||
rel: 'rss'
|
||||
|
|
Loading…
Reference in a new issue