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

@@ -16,5 +16,8 @@
<li class="nav-item"> <li class="nav-item">
<a href="/projects" class="nav-link">Projects</a> <a href="/projects" class="nav-link">Projects</a>
</li> </li>
<li class="nav-item">
<a href="/blog" class="nav-link">Blog</a>
</li>
</ul> </ul>
</nav> </nav>

View File

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