Créer un Partiel h-card
Inspiré par l’indieweb et le thème de Kevin Marks pour le blog de Christopher Allen (aka @ChristopherA, réfléchir à un partiel h-card sur ce modèle
<div class="h-card">
<h2><a class="u-url u-uid p-name" href="{{ .Site.Params.authorurl }}" >{{ .Site.Params.author }}</a></h2>
<img class="u-photo" src="{{ .Site.Params.authorphoto }}" />
<p class="abstract p-note p-summary">Principal Architect at Blockstream<br>Internet Cryptography Pioneer<br>Co-author TLS Security Standard<br>Collaborative Tools & Patterns<br>Decentralized Identity</p>
<ul>
<li><a rel="me" class="u-url" href="https://twitter.com/ChristopherA">@ChristopherA</a>
<li><a rel="me" class="u-url" href="https://github.com/ChristopherA">github</a>
<li><a rel="me" class="u-url" href="http://christophera.livejournal.com/">LiveJournal</a>
</ul>
</div>
Puis le déposer quelque part dans le footer.