Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 0b7d76a

Browse files
committed
Fix sidebar handlebars template.
1 parent 0d91022 commit 0b7d76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/templates/partials/sidebar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ul>
55
{{#each allDates}}
66
<li>
7-
<a href="{{dateLink}}">{{dateMonth}}</a>
7+
<a href="{{dateLink}}">{{dateStr}}</a>
88
</li>
99
{{/each}}
1010
</ul>

0 commit comments

Comments
 (0)