Skip to content

Commit

Permalink
fix: mf2 class name
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 14, 2023
1 parent 4abeb00 commit 7ba37a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_components/header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default ({}: Lume.Data, { url }: Lume.Helpers) => (
<header class="p-author h-card w-full h-12 flex place-items-center gap-4">
<img class="u-photo h-8 w-8 rounded-full" src="https://kwaa.dev/assets/maskable@192.webp" alt="藍+85CD" />
<a rel="author" class="p-name u-url no-underline" href="https://kwaa.dev">藍+85CD</a>
<data class="u-photo" value="https://kwaa.dev/assets/maskable@192.webp" />
<img class="h-8 w-8 rounded-full" src="https://kwaa.dev/assets/maskable@192.webp" alt="藍+85CD" />
<a rel="author" class="p-name u-url u-uid no-underline" href="https://kwaa.dev">藍+85CD</a>
<div class="flex-1"></div>
<a href={url('/')}>Home</a>
</header>
Expand Down

0 comments on commit 7ba37a7

Please sign in to comment.