Minor microformats2 fix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a5621b81c
commit
47392f1ed7
@ -9,38 +9,39 @@ mixin entry($item)
|
|||||||
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
|
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
|
||||||
|
|
||||||
block content
|
block content
|
||||||
header.h-card
|
.h-card
|
||||||
.header-image
|
header
|
||||||
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
.header-image
|
||||||
|
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
||||||
|
|
||||||
.header-description
|
.header-description
|
||||||
h1
|
h1
|
||||||
| I'm
|
| I'm
|
||||||
a(href="https://yarmo.eu", rel="me", title="yarmo.eu").u-url.u-uid
|
a(href="https://yarmo.eu", rel="me", title="yarmo.eu").u-url.u-uid
|
||||||
span.p-name Yarmo Mackenbach
|
span.p-name Yarmo Mackenbach
|
||||||
| (
|
| (
|
||||||
a(href="https://pronoun.is/he").u-pronoun he/him/his
|
a(href="https://pronoun.is/he").u-pronoun he/him/his
|
||||||
| )
|
| )
|
||||||
p.p-note
|
p.p-note
|
||||||
| Finished a PhD in <span class="p-category">Neurosciences</span>.<br>
|
| Finished a PhD in <span class="p-category">Neurosciences</span>.<br>
|
||||||
| Enjoys <span class="p-category">programming</span> and <span class="p-category">making music</span>.<br>
|
| Enjoys <span class="p-category">programming</span> and <span class="p-category">making music</span>.<br>
|
||||||
| Advocates for <span class="p-category">FOSS</span> and <span class="p-category">online privacy</span>.
|
| Advocates for <span class="p-category">FOSS</span> and <span class="p-category">online privacy</span>.
|
||||||
|
p
|
||||||
|
a(href="mailto:yarmo@qivro.xyz", rel="me", title="Email").u-email Email
|
||||||
|
| —
|
||||||
|
a(href="xmpp:yarmo@qivro.xyz", rel="me", title="XMPP").u-xmpp XMPP
|
||||||
|
| —
|
||||||
|
a(href="https://fosstodon.org/@yarmo", rel="me", title="Fediverse").u-url Fediverse
|
||||||
|
| —
|
||||||
|
a(href="https://git.yarmo.eu/yarmo", rel="me", title="Gitea").u-url Gitea
|
||||||
|
| —
|
||||||
|
a(href="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", download="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", rel="pgpkey publickey authn", type="text/plain", title="PGP public key") PGP
|
||||||
|
|
||||||
|
main
|
||||||
p
|
p
|
||||||
a(href="mailto:yarmo@qivro.xyz", rel="me", title="Email").u-email Email
|
| Go to:
|
||||||
| —
|
a(href="/about") about me
|
||||||
a(href="xmpp:yarmo@qivro.xyz", rel="me", title="XMPP").u-xmpp XMPP
|
|
||||||
| —
|
|
||||||
a(href="https://fosstodon.org/@yarmo", rel="me", title="Fediverse").u-url Fediverse
|
|
||||||
| —
|
|
||||||
a(href="https://git.yarmo.eu/yarmo", rel="me", title="Gitea").u-url Gitea
|
|
||||||
| —
|
|
||||||
a(href="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", download="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", rel="pgpkey publickey authn", type="text/plain", title="PGP public key") PGP
|
|
||||||
|
|
||||||
main
|
.longform_list.h-feed
|
||||||
p
|
each $item in $posts
|
||||||
| Go to:
|
+entry($item)
|
||||||
a(href="/about") about me
|
|
||||||
|
|
||||||
.longform_list
|
|
||||||
each $item in $posts
|
|
||||||
+entry($item)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user