jefklakscodex/themes/jefklak-creative-portfolio/layouts/partials/single-comments.html

26 lines
1.4 KiB
HTML
Raw Normal View History

2020-12-30 15:52:37 +01:00
{{ if (not .Params.disableComments) }}
<hr/>
2021-03-19 21:34:19 +01:00
<h3 class="page-header">
2020-12-30 15:52:37 +01:00
Bio and Support
</h3>
2021-03-17 19:18:58 +01:00
<div class="p-author h-card">
<div class="avatar">
<img class="u-photo" loading="lazy" src="/img/avatar.jpg" alt="Me!" />
</div>
<div class="support">
<p class="p-note">
2022-01-22 14:16:44 +01:00
I'm <span class="p-name">{{ .Site.Author.name }}</span>, a level {{ .Site.Params.level }} <em class="p-job-title">Retro Gamer</em>, and I love the sight of experience points on old and forgotten hardware. I sometimes convince others to join in on the nostalgic grind.
2021-03-17 21:12:37 +01:00
Read more <a rel="me" class="u-url" href="/about">about me here</a>.
2021-03-17 19:18:58 +01:00
</p>
<p>
2021-03-18 10:49:57 +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 <a rel="me" href="{{ .Site.Author.mastodonlink }}">Mastodon</a> or e-mail: <span class="link meel">say hello</span>. Thanks!
2021-03-17 19:18:58 +01:00
</p>
<noscript>
JavaScript is disabled. I use it to obfuscate my e-mail, keeping spambots at bay. <br/>
Reach me using: <code>[firstname] at [brainbaking] dot [you-know]</code>.
</noscript>
</div>
2020-12-30 15:52:37 +01:00
</div>
{{ end }}