feat: add ko-fi button at the end of blog posts

This commit is contained in:
Sebin Nyshkim 2025-07-29 16:02:20 +02:00
parent 45c1c27ea0
commit 676aa5d08b
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -33,5 +33,17 @@ layout: base.njk
<section class="mx-auto prose px-safe-offset-4 prose-slate md:prose-lg md:px-safe-offset-6 lg:prose-xl 2xl:prose-2xl dark:prose-invert prose-headings:font-normal prose-p:text-justify prose-figcaption:text-center prose-figcaption:text-balance prose-strong:font-bold prose-strong:text-inherit prose-li:marker:text-inherit! prose-th:font-bold prose-img:mx-auto prose-img:rounded-3xl">
{{ content | safe }}
<hr>
<p class="text-center! text-balance">If you enjoy my writing and would like to show your appreciation, I set up a Ko-fi where you can donate a couple bucks to say "thanks!"</p>
<a href='https://ko-fi.com/I2I333GJJ' target='_blank'>
<img
src='https://storage.ko-fi.com/cdn/kofi5.png?v=6'
alt='Buy Me a Coffee at ko-fi.com'
class="h-12 w-auto rounded-none!"
/>
</a>
</section>
</article>