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 + +

+