summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/about.md7
-rw-r--r--layouts/shortcodes/causes.html5
2 files changed, 12 insertions, 0 deletions
diff --git a/content/about.md b/content/about.md
index cb8b651..b19226d 100644
--- 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
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>