feat: ✨ add ko-fi button at the end of blog posts
This commit is contained in:
parent
45c1c27ea0
commit
676aa5d08b
1 changed files with 12 additions and 0 deletions
|
@ -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">
|
<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 }}
|
{{ 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>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue