diff --git a/blog/static/css/main.css b/blog/static/css/main.css index d5a1c2a6..d87270f3 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -121,8 +121,8 @@ main img { color: #f33; } -.post-footer-support, .post-footer-support > h2 { - color: #888; +.post-footer-support { + margin-top: 2rem; } .PageNavigation { diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index f2958817..c4cc30c9 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -77,15 +77,7 @@

Support Me

-

- Creating this blog and the libraries and tools behind the scenes takes a lot of time. I really enjoy it and I'm committed to keep working on it. By supporting me, you allow me to invest more time into new content, new features, and continuous maintainance. -

-

- The best way to support me is to sponsor me on GitHub. GitHub will even match sponsorships until October 2020! If you prefer other platforms, I also have Patreon and Donorbox accounts. The latter is the most flexible as it supports multiple currencies and one-time contributions. -

-

- Thank you! -

+ {% include "support.html" %}