From f2a2eb11e10a8385e3bc9a5349f27512d0bde4ef Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 18 Jul 2025 23:46:49 -0400 Subject: [PATCH] Add blog to navigation --- _includes/navigation.html | 3 +++ blog.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@ + 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 %}