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

31 lines
1.4 KiB
HTML
Raw Normal View History

{{ if (not .Params.disableComments) }}
<article>
<h4 class="page-header">
<svg class='icon icon-text' width='24' height='24'>
<use xlink:href='#discuss'></use>
</svg>
2020-12-30 09:31:53 +01:00
Bio and Support
</h4>
2020-12-30 09:31:53 +01:00
<div class="avatar">
2020-12-30 15:23:14 +01:00
<noscript>
<img src="/img/avatar.jpg" alt="Me!" />
</noscript>
2020-12-30 09:31:53 +01:00
<img class="lazyload" data-src="/img/avatar.jpg" alt="Me!" />
</div>
<div class="support">
<p>
I'm Wouter, a level {{ .Site.Params.level }} <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.
Read more <a href="/about">about me here</a>.
</p>
<p>
If you found this article amusing and/or helpful, you can <a 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 e-mail: <a class="meel">say hello</a>. Thanks!
</p>
<noscript>
JavaScript is disabled. I use it to obfuscate my e-mail, keeping spambots at bay. <br/>
2020-12-30 15:23:14 +01:00
Reach me using: <code>[firstname] at [this domain]</code>.
2020-12-30 09:31:53 +01:00
</noscript>
</div>
</article>
{{ end }}