diff options
author | Michał Sapka <michal@sapka.me> | 2023-01-10 23:40:42 +0100 |
---|---|---|
committer | Michał Sapka <michal@sapka.me> | 2023-01-10 23:40:42 +0100 |
commit | 6fc9b976fb8d6c972b7eb06fd8355ec4365bdb25 (patch) | |
tree | b917c2fb7f4a4a10f12648e6019f39879fcbc414 /layouts/shortcodes/causes.html | |
parent | 941d12c2fe0ca6d8269d0f48b390b661efe69e85 (diff) |
feat: add causes to about
Diffstat (limited to 'layouts/shortcodes/causes.html')
-rw-r--r-- | layouts/shortcodes/causes.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/causes.html b/layouts/shortcodes/causes.html new file mode 100644 index 0000000..a3fed85 --- /dev/null +++ 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> |