brainbaking/themes/brainbaking-minimal/layouts/partials/single-comments.html

32 lines
1.6 KiB
HTML

<h3 class="page-header" id="bio">
<a href="#bio">
<svg class='icon icon-text' width='24' height='24'>
<title>About icon</title>
<use xlink:href='#about'></use>
</svg>
</a>
Bio and Support
</h3>
<article class="p-author h-card">
<div class="avatar">
<a href="{{ .Site.BaseURL }}" rel="me" class="u-url">
<img class="u-photo" loading="lazy" src="{{ .Site.BaseURL }}img/avatar.jpg" alt="A photo of Me!" />
</a>
</div>
<div class="support">
<p class="p-note">
I'm <span class="p-name">{{ .Site.Author.name }}</span>, a <em>Brain Baker</em>, and I love the smell of freshly baked thoughts (and bread) in the morning. I sometimes convince others to bake their brain (and bread) too.
</p>
<p>
If you found this article amusing and/or helpful, you can <a rel="me" href="https://ko-fi.com/woutergroeneveld"><strong>buy me a coffee</strong></a> - although I'm more of a tea fan myself. I also like to hear your feedback via <span class="nowrap"><svg class='icon icon-text'><use xlink:href='#discuss'></use></svg><a rel="me" href="{{ .Site.Author.mastodonlink }}">Mastodon</a></span> or <span class="nowrap"><svg class='icon icon-text'><use xlink:href='#mail'></use></svg><span class="link meel">e-mail</span></span>. Thanks!
</p>
<noscript>
JavaScript is disabled. I use it to obfuscate my e-mail, keeping spambots at bay. <br/>
Reach me using: <code>[firstname] at [this domain]</code>.
</noscript>
</div>
</article>