mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Use page_template for news section and sort it by date
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
title = "Writing an OS in pure Rust"
|
||||
date = 2018-03-09
|
||||
aliases = ["news/2018-03-09-pure-rust"]
|
||||
template = "news-page.html"
|
||||
+++
|
||||
|
||||
Over the past six months we've been working on a second edition of this blog. Our goals for this new version are [numerous] and we are still not done yet, but today we reached a major milestone: It is now possible to build the OS natively on Windows, macOS, and Linux **without any non-Rust dependendencies**.
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
+++
|
||||
title = "News"
|
||||
template = "news-section.html"
|
||||
page_template = "news-page.html"
|
||||
sort_by = "date"
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user