commit cb857af2dfcba036172379773f6c66b3181f9b27
parent c05d2071b2dd0b2ffe0825ce878c9b8cfb86f889
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Wed, 24 May 2023 23:46:55 +0200
fix: casues extra a
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/layouts/shortcodes/causes.html b/layouts/shortcodes/causes.html
@@ -4,8 +4,6 @@
{{- $img := resources.Get $path }}
{{- $img1x := $img.Resize "180x webp q90"}}
-<a href="https://freebsdfoundation.org/donate" target="_blank">
-
<a href="https://my.fsf.org/join?referrer=6050678" target="_blank">
<img src="{{$img1x.Permalink}}" width="{{$img1x.Width}}" height="{{$img1x.Height}}" alt="I am an FSF associate" width="180" height="45">
</a>