mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 17:39:31 +08:00
revert card title
This commit is contained in:
parent
87431ce883
commit
02b3421515
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>
|
<a itemprop="url" class="u-url p-name" href={post.path}>{post.title ?? post.path.slice(1)}</a>
|
||||||
</h2>
|
</h2>
|
||||||
{:else}
|
{: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}
|
{/if}
|
||||||
{#if post.summary}
|
{#if post.summary}
|
||||||
|
|
|
@ -14,23 +14,19 @@ export const site: SiteConfig = {
|
||||||
bio: ' Code / Tech <br> Living a Random Life ',
|
bio: ' Code / Tech <br> Living a Random Life ',
|
||||||
metadata: [
|
metadata: [
|
||||||
{
|
{
|
||||||
text: '',
|
|
||||||
icon: 'i-mdi-github',
|
icon: 'i-mdi-github',
|
||||||
link: 'https://github.com/sevichecc'
|
link: 'https://github.com/sevichecc'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '',
|
|
||||||
icon: 'i-simple-icons-matrix',
|
icon: 'i-simple-icons-matrix',
|
||||||
link: 'https://matrix.to/#/@seviche:kongwoo.icu'
|
link: 'https://matrix.to/#/@seviche:kongwoo.icu'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '',
|
|
||||||
icon: 'i-heroicons-solid-key',
|
icon: 'i-heroicons-solid-key',
|
||||||
link: 'https://keys.openpgp.org/vks/v1/by-fingerprint/76DF9F9CC0C3619AA12CB914AFF18B986818D8AD',
|
link: 'https://keys.openpgp.org/vks/v1/by-fingerprint/76DF9F9CC0C3619AA12CB914AFF18B986818D8AD',
|
||||||
rel: 'pgpkey'
|
rel: 'pgpkey'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '',
|
|
||||||
icon: 'i-ic-twotone-rss-feed',
|
icon: 'i-ic-twotone-rss-feed',
|
||||||
link: '/atom.xml',
|
link: '/atom.xml',
|
||||||
rel: 'rss'
|
rel: 'rss'
|
||||||
|
|
Loading…
Reference in a new issue