sidebar: add microformats h-card markup
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
bfeddef6e9
commit
52ff1e542d
|
@ -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>
|
||||
|
|
|
@ -51,6 +51,10 @@ main {
|
|||
[rel="me"] img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.p-note {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue