Fix broken link on Journal Year pages
This commit is contained in:
parent
d4247e09ff
commit
07dfed2e1c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iew-site-builder",
|
||||
"version": "0.9.4",
|
||||
"version": "0.9.5",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user