diff --git a/_includes/navigation.html b/_includes/navigation.html
index 3edbcd9..c5a3457 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -16,5 +16,8 @@
Projects
+
+ Blog
+
diff --git a/blog.html b/blog.html
index 7dfe7d8..39f6d7e 100644
--- a/blog.html
+++ b/blog.html
@@ -3,7 +3,7 @@ title: "Journal"
layout: default
---
-Journal
+Blog
{% assign posts_by_month = site.posts | group_by_exp: "post", "post.date | date: '%B %Y'" %}
{% for month in posts_by_month %}