mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:29:29 +08:00
update profile
This commit is contained in:
parent
7e7745ea05
commit
7bdd0a57f4
1 changed files with 11 additions and 9 deletions
|
@ -22,6 +22,16 @@
|
||||||
<h1 class="mt-0 mb-2 text-3xl font-bold p-name">{site.author.name}</h1>
|
<h1 class="mt-0 mb-2 text-3xl font-bold p-name">{site.author.name}</h1>
|
||||||
<p class="opacity-75 p-note">{@html site.author.bio}</p>
|
<p class="opacity-75 p-note">{@html site.author.bio}</p>
|
||||||
<p class="pt-3 space-x-3">
|
<p class="pt-3 space-x-3">
|
||||||
|
<a
|
||||||
|
class="text-sm transition tooltip tooltip-secondary hover:text-secondary"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
data-tip="Bookmark"
|
||||||
|
aria-label="Bookmark"
|
||||||
|
href="https://airtable.com/shrpftxf6JgRomP2X">
|
||||||
|
<span class="i-ic-round-bookmark-border
|
||||||
|
!w-8 !h-8 mr-1 fill-current inline-block hover:text-lime-500" />
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
class="text-sm transition tooltip tooltip-secondary hover:text-secondary"
|
class="text-sm transition tooltip tooltip-secondary hover:text-secondary"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
@ -31,15 +41,7 @@
|
||||||
href="/atom.xml">
|
href="/atom.xml">
|
||||||
<span class="i-ic-twotone-rss-feed !w-8 !h-8 mr-1 fill-current inline-block hover:text-lime-500" />
|
<span class="i-ic-twotone-rss-feed !w-8 !h-8 mr-1 fill-current inline-block hover:text-lime-500" />
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
class="text-sm transition tooltip tooltip-secondary hover:text-secondary"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
data-tip="Bookmark"
|
|
||||||
aria-label="Bookmark"
|
|
||||||
href="https://airtable.com/shrpftxf6JgRomP2X">
|
|
||||||
<span class="ic:baseline-bookmarks !w-8 !h-8 mr-1 fill-current inline-block hover:text-lime-500" />
|
|
||||||
</a>
|
|
||||||
{#if site.author.email}
|
{#if site.author.email}
|
||||||
<a
|
<a
|
||||||
class="text-sm transition tooltip tooltip-secondary hover:text-secondary"
|
class="text-sm transition tooltip tooltip-secondary hover:text-secondary"
|
||||||
|
|
Loading…
Reference in a new issue