mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Promote the second edition from the front page
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user