Move and rewrite front page section about first edition

This commit is contained in:
Philipp Oppermann
2020-01-28 16:59:43 +01:00
parent d351e48602
commit 578b03efcb

View File

@@ -55,11 +55,6 @@
</ul></p>
</div>
<div class="posts first-edition">
<h2 class="post-title">First Edition</h2>
You are viewing the second edition of “Writing an OS in Rust”, which is still in progress. The <a href="{{ get_url(path = "/first-edition") | safe }}">first edition</a> has more content, but is no longer updated. We try our best to incorporate the missing content soon.
</div>
<hr>
<div class="frontpage-section">
@@ -75,6 +70,11 @@
</div>
<div class="frontpage-section">
<h1 class="post-title">First Edition</h1>
<p>You are currently viewing the second edition of “Writing an OS in Rust”. The first edition is very different in many aspects, for example it builds upon the GRUB bootloader instead of using the `bootloader` crate. In case you're interested in it, it is still available. Note that the first edition is no longer updated and might contain outdated information. <a class="read-more" href="{{ get_url(path = "/first-edition") | safe }}"><em>read&nbsp;the&nbsp;first edition&nbsp;»</em></a></p>
</div>
<div class="">
<h1>Support Me</h1>
{% include "support.html" %}
</div>