Add blog to navigation

This commit is contained in:
2025-07-18 23:46:49 -04:00
parent f1515cd2b2
commit f2a2eb11e1
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ title: "Journal"
layout: default
---
<h1>Journal</h1>
<h1>Blog</h1>
{% assign posts_by_month = site.posts | group_by_exp: "post", "post.date | date: '%B %Y'" %}
{% for month in posts_by_month %}