From 6ba363c2c9c624222a9c9424f298d84c336b047e Mon Sep 17 00:00:00 2001 From: "Bethlenfalvi, Lorinc (ext)" Date: Wed, 29 Jan 2025 20:33:35 +0100 Subject: [PATCH] patreon --- src/icons/PATREON_WORDMARK_1_WHITE_RGB.svg | 11 +++++++++++ src/layouts/BlogPost.astro | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/icons/PATREON_WORDMARK_1_WHITE_RGB.svg diff --git a/src/icons/PATREON_WORDMARK_1_WHITE_RGB.svg b/src/icons/PATREON_WORDMARK_1_WHITE_RGB.svg new file mode 100644 index 0000000..3f22a31 --- /dev/null +++ b/src/icons/PATREON_WORDMARK_1_WHITE_RGB.svg @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 08fb216..4d5f1f8 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -2,6 +2,8 @@ import type { CollectionEntry } from 'astro:content'; import Main from './Main.astro'; import Time from '../components/Time.svelte'; +import { Image } from 'astro:assets'; +import patreonWordmark from "../icons/PATREON_WORDMARK_1_WHITE_RGB.svg" type Props = CollectionEntry<'blog'>['data']; @@ -20,5 +22,22 @@ const { title, author, summary, pubDate, updatedDate, image } = Astro.props;
+
+

+ Don't fund me if you have more important expenses. + I will spend all the extra free time on silly experiments. +
+ + Buy Me a Coffee at ko-fi.com + + + Support me on Patreon + +

+