Add blog to navigation
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user