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

26 lines
1.4 KiB
HTML

{{ if (not .Params.disableComments) }}
<hr/>
<h3 class="page-header">
Bio and Support
</h3>
<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">
I'm <span class="p-name">{{ .Site.Author.name }}</span>, a high-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.
Read more <a rel="me" class="u-url" href="/about">about The Codex here</a>.
</p>
<p>
If you found this article amusing and/or helpful, you can <strong>support me</strong> via <a rel="me" href="https://www.paypal.com/donate/?hosted_button_id=R2WTKY7G9V2KQ">PayPal</a> or <a rel="me" href="https://ko-fi.com/woutergroeneveld">Ko-Fi</a>. 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!
</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>
</div>
{{ end }}