Skip to content

Commit

Permalink
Fix broken HTML in template
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed May 27, 2016
1 parent 63f104b commit a40d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/sidebar.tt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h4 class="widget-head">Tags</h4>
<ul id="tag-list" class="cf">
[% FOREACH tag in tags %]
<li><a href="[% session.app_url %]/posts/tag/[% tag.slug %][% settings.static && '.html' %]me %]</a></li>
<li><a href="[% session.app_url %]/posts/tag/[% tag.slug %][% settings.static && '.html' %]">[% tag.name %]</a></li>
[% END %]
</ul>
</div>
Expand Down

0 comments on commit a40d873

Please # to comment.