Fix blog links

This commit is contained in:
~erin 2022-03-06 22:45:37 -05:00
parent 9679de3ad2
commit 0f5031ecb8
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
{{ page.content }}
{% for post in collections.posts.pages %}
<h3>
<span><a href="{{post.permalink}}">🔗</a></span>
<span><a href="/{{post.permalink}}">🔗</a></span>
{{ post.title }}
<span><code class="date">{{post.published_date}}</code></span>
</h3>