Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
lxjv committed Aug 30, 2024
1 parent 91d72f3 commit 4f1392b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/indieweb/Infobox.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import { siteConfig as sc } from "@lib/siteConfig";
<p class="name">{sc.author.name}</p>
<p class="pronouns">she/her</p>
<img
class="u-photo"
src={sc.author.photo.url}
alt={sc.author.photo.alt}
width={sc.author.photo.size.w}
height={sc.author.photo.size.h}
/>
<p class="p-note">test</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa-solid fa-globe"></i>
Expand Down

0 comments on commit 4f1392b

Please sign in to comment.