diff --git a/_drafts/2020-08-24-Bazel-and-AVR.md b/_drafts/2020-08-28-Bazel-and-AVR.md
similarity index 99%
rename from _drafts/2020-08-24-Bazel-and-AVR.md
rename to _drafts/2020-08-28-Bazel-and-AVR.md
index 6f5cd2b..f4e951e 100644
--- a/_drafts/2020-08-24-Bazel-and-AVR.md
+++ b/_drafts/2020-08-28-Bazel-and-AVR.md
@@ -2,7 +2,7 @@
layout: page
title: "Compiling AVR-C code with a modern build system"
description: "Bringing Bazel to 8-bit microcontrollers"
-date: 2020-08-24 9:30:00
+date: 2020-08-28 9:30:00
categories: avr embedded bazel
redirect_from:
- /post/68dk02l4/
diff --git a/blog/index.md b/blog/index.md
index 9084e46..887f01b 100644
--- a/blog/index.md
+++ b/blog/index.md
@@ -15,25 +15,9 @@ Here is a list of things I find interesting, and writeups of projects I have wor
{% assign i = 0 %}
{% for post in site.posts %}
+ {% assign the_date = post.date | split: " " %}
{% if i == 0 %}
-
-