From d1ff99e8ac7387a9d2518daf999787ee68212d2e Mon Sep 17 00:00:00 2001 From: Keri Bray Date: Thu, 15 May 2025 09:09:35 -0400 Subject: [PATCH] socials: add a ko-fi icon and url Signed-off-by: Keri Bray --- README.md | 1 + layouts/partials/sidebar/socials.html | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 4bf8c84f..911c1f03 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ pluralizelisttitles = false # removes the automatically appended "s" on sideba youtube_url = "https://youtube.com" signal_url = "https://signal.org" bluesky_url = "https://bsky.app" + kofi_url = "https://ko-fi.com" # NOTE: If you don't want to use RSS, comment or delete the following lines # Adds an RSS icon to the end of the socials which links to {{ .Site.BaseURL }}/index.xml diff --git a/layouts/partials/sidebar/socials.html b/layouts/partials/sidebar/socials.html index 382982be..d0617400 100644 --- a/layouts/partials/sidebar/socials.html +++ b/layouts/partials/sidebar/socials.html @@ -146,3 +146,10 @@ {{ end }} +{{ if .Site.Params.kofi_url }} + +{{ end }}