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

28 lines
1.6 KiB
HTML
Raw Normal View History

{{ if (not .Params.disableComments) }}
2021-03-12 18:48:49 +01:00
<article class="p-author h-card">
<h4 class="page-header">
<svg class='icon icon-text' width='24' height='24'>
2021-03-12 18:48:49 +01:00
<title>About icon</title>
2021-03-09 11:55:58 +01:00
<use xlink:href='#about'></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">
<img class="u-photo" loading="lazy" src="{{ .Site.BaseURL }}img/avatar.jpg" alt="A photo of Me!" />
2020-12-30 09:31:53 +01:00
</div>
<div class="support">
<p class="p-note">
I'm <span class="p-name">{{ .Site.Author.name }}</span>, 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.
2020-12-30 09:31:53 +01:00
</p>
<p>
2021-03-12 18:48:49 +01:00
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" class="u-url" 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!
2020-12-30 09:31:53 +01:00
</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>
2021-03-12 18:48:49 +01:00
</article>
{{ end }}