diff --git a/blog/static/css/main.css b/blog/static/css/main.css index 48473e47..1f4fb189 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -245,6 +245,14 @@ a.gutenberg-anchor:hover { text-decoration: none; } +div.note { + padding: .7rem 1rem; + margin: 1rem .2rem; + border: 2px solid #99ff99; + border-radius: 5px; + background-color: #99ff0022; +} + div.warning { padding: .7rem 1rem; margin: 1rem .2rem; diff --git a/blog/templates/index.html b/blog/templates/index.html index b041e8a8..4efaab7e 100644 --- a/blog/templates/index.html +++ b/blog/templates/index.html @@ -20,6 +20,10 @@

+
+ Want to try something new? We are working on a second edition of the blog, which works without any non-Rust dependencies. You can read the new posts here. +
+
Bare Bones
{{ macros::post_link(page=posts.0) }}