Skip to content

Commit

Permalink
Fix path to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Jan 22, 2024
1 parent 410da79 commit 2e4f4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h2>{{ yearMonth.name }}</h2>
<ul>
{% for post in yearMonth.items %}
<li><a href="{{ post.url }}">{{ post.title }}.</a> <span class="lead">{{ post.lead }}</span></li>
<li><a href="{{ post.url | remove_first: '/' }}">{{ post.title }}.</a> <span class="lead">{{ post.lead }}</span></li>
{% endfor %}
</ul>
{% endfor %}
Expand Down

0 comments on commit 2e4f4bb

Please sign in to comment.