commit 6fc9b976fb8d6c972b7eb06fd8355ec4365bdb25 parent 941d12c2fe0ca6d8269d0f48b390b661efe69e85 Author: MichaĆ Sapka <michal@sapka.me> Date: Tue, 10 Jan 2023 23:40:42 +0100 feat: add causes to about Diffstat:
M | content/about.md | | | 7 | +++++++ |
A | layouts/shortcodes/causes.html | | | 5 | +++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/content/about.md b/content/about.md @@ -36,3 +36,10 @@ curl -sL https://michal.sapka.me/michal.gpg | gpg --import ``` Did you know that encrypting email increases the chances of a reply by 127%? + +### Causes + +Some causes I support or believe in: + +{{< causes >}} + diff --git a/layouts/shortcodes/causes.html b/layouts/shortcodes/causes.html @@ -0,0 +1,5 @@ +<center> + <a href="https://my.fsf.org/join?referrer=6050678" target="_blank"> + <img src="https://static.fsf.org/nosvn/associate/crm/6050678.png" alt="I am an FSF associate" width="180" height="45"> + </a> +</center>