Skip to content

Commit f84bc92

Browse files
committed
fix: mastodon link
Signed-off-by: Charles Chin <[email protected]>
1 parent de1cc5d commit f84bc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/mastodon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h1 id="title" class="text-4xl font-bold leading-normal">{{ .Title }}</h1>
148148
</div>
149149
</div>
150150
<div class="w-fit mx-auto my-8 border dark:border-[#444c56] rounded-full px-6 py-2 hover:bg-zinc-200 dark:hover:bg-[#252a33] cursor-pointer">
151-
<a href="" target="_blank" rel="noopener noreferrer" class="flex items-center justify-center not-prose gap-1">
151+
<a href="https://e5n.cc/@eallion" target="_blank" rel="noopener noreferrer" class="flex items-center justify-center not-prose gap-1">
152152
<div>点击查看更多</div>
153153
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" class="inline-block" aria-hidden="true" fill="currentColor" viewBox="0 0 14 10"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 5h12m0 0L9 1m4 4L9 9"></path></svg></a>
154154
</div>

0 commit comments

Comments
 (0)