Fix broken link on Journal Year pages

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

View File

@ -1,6 +1,6 @@
{
"name": "iew-site-builder",
"version": "0.9.4",
"version": "0.9.5",
"description": "",
"main": "index.js",
"scripts": {

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>