[tor-commits] [donate-static/master] Fix incorrect html generation in content/contents.lr
kez at torproject.org
kez at torproject.org
Mon Oct 25 00:20:18 UTC 2021
commit b4bf33bf48b4afa1e411516fb5ad93316eb067ab
Author: kez <kez at torproject.org>
Date: Wed Oct 20 12:02:18 2021 -0700
Fix incorrect html generation in content/contents.lr
---
content/contents.lr | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/contents.lr b/content/contents.lr
index 70a60872..08deb6b0 100644
--- a/content/contents.lr
+++ b/content/contents.lr
@@ -14,8 +14,8 @@ _template: index-page.html
---
intro:
-<p class="text-center mt-3 py-3 border"><a title="Champions of Privacy" href="champions-of-privacy">Donate more than $1000 and become a Champion of Privacy!</a></p>
-<p class="text-center mt-3 py-3 border"><a title="Cryptocurrency" href="cryptocurrency">Want to donate cryptocurrency?</a></p>
+<a title="Champions of Privacy" href="champions-of-privacy">Donate more than $1000 and become a Champion of Privacy!</a>
+<a title="Cryptocurrency" href="cryptocurrency">Want to donate cryptocurrency?</a>
---
if_you_remove_this_field_lektor_breaks: 42
---
More information about the tor-commits
mailing list