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

Commit

Permalink
Fix sidebar handlebars template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ducksoupdev committed Feb 26, 2015
1 parent 0d91022 commit 0b7d76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/templates/partials/sidebar.hbs
Expand Up @@ -4,7 +4,7 @@
<ul>
{{#each allDates}}
<li>
<a href="{{dateLink}}">{{dateMonth}}</a>
<a href="{{dateLink}}">{{dateStr}}</a>
</li>
{{/each}}
</ul>
Expand Down

0 comments on commit 0b7d76a

Please sign in to comment.