Skip to content

Commit

Permalink
Merge pull request getpelican#429 from dm-wyncode/aboutwilson-categor…
Browse files Browse the repository at this point in the history
…y-link-fix

aboutwilson: Correct theme category links. Fixes getpelican#426
  • Loading branch information
justinmayer authored Sep 22, 2016
2 parents dc96229 + e0f8100 commit ac2be0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aboutwilson/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4>Author</h4>
<h4>Categories</h4>
<ul class="list-unstyled my-list-style">
{% for cat, art in categories %}
<li><a href="{{SITEURL}}/category/{{cat | replace(" ", "-") }}.html">{{cat}} ({{art | count}})</a></li>
<li><a href="{{SITEURL}}/category/{{cat | replace(" ", "-") | lower }}.html">{{cat}} ({{art | count}})</a></li>
{% endfor %}
</ul>
</div>
Expand Down

0 comments on commit ac2be0b

Please sign in to comment.