Fix broken link on Journal Year pages

This commit is contained in:
2023-07-21 00:29:22 -04:00
parent d4247e09ff
commit 07dfed2e1c
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
Journal Entries By Year:
<a
class="boxLink isCurrent"
href="<%= page.path %>"
href="/<%= page.path %>"
id="<%= snakeCase(page.title) %>"
name="<%= snakeCase(page.title) %>"
> <%= year %></a>