Promote the second edition from the front page

This commit is contained in:
Philipp Oppermann
2018-03-09 23:03:56 +01:00
parent 4c6edec787
commit a02a6b0b92
2 changed files with 12 additions and 0 deletions

View File

@@ -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;

View File

@@ -20,6 +20,10 @@
</p>
</div>
<div class="note">
<b>Want to try something new?</b> We are working on a second edition of the blog, which <a href="{{ get_url(path = "./news/2018-03-09-pure-rust.md") }}">works without any non-Rust dependencies</a>. You can read the new posts <a href="{{ get_url(path = "./second-edition/_index.md") }}">here</a>.
</div>
<div id="bare-bones" class="post-category bare-bones">Bare Bones</div>
<div class="posts bare-bones">
{{ macros::post_link(page=posts.0) }}