sidebar: add microformats h-card markup
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Ariadne Conill 2022-08-02 18:48:07 -05:00
parent bfeddef6e9
commit 52ff1e542d
2 changed files with 11 additions and 3 deletions

View File

@ -1,8 +1,12 @@
<div class="h-card">
<a href="/" rel="me">
<img src="/images/me.jpg">
<h1>{{ .Site.Title }}</h1>
<a href="https://ariadne.space" rel="me">
<img src="/images/me.jpg" class="u-photo">
<h1 class="p-name">Ariadne Conill</h1>
</a>
<div class="p-note">
Free software developer and internet jackalope
extraordinaire
</div>
</div>
<ul>

View File

@ -51,6 +51,10 @@ main {
[rel="me"] img {
display: none;
}
.p-note {
display: none;
}
}
a {