diff --git a/blog/static/css/main.css b/blog/static/css/main.css index b2fc26e1..d5a1c2a6 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -49,6 +49,10 @@ main img { margin-bottom: 0em; } +.frontpage-section { + margin-bottom: 2rem; +} + .posts { padding: 1.5rem 1rem 0.5rem 1rem; border-radius: 10px; diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index 386db873..f2958817 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -59,23 +59,34 @@ You are viewing the second edition of “Writing an OS in Rust”, which is still in progress. The first edition has more content, but is no longer updated. We try our best to incorporate the missing content soon. -
-

Support Me

-

In case you would like to support me, you can do so on Donorbox, Patreon, or Liberapay. Thanks!

+
+ +
+ {% set extra = get_section(path = "second-edition/extra/_index.md") %} +

{{ extra.title }}

+
-
-{% set extra = get_section(path = "second-edition/extra/_index.md") %} -

{{ extra.title }}

- +
+

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! +

+