Skip to content

Commit

Permalink
section_index_link not index_section_path
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Sep 24, 2015
1 parent b418cbc commit f3e37b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/base/templates/sectionindex.tmpl
Expand Up @@ -11,7 +11,7 @@
<%block name="content">
<div class="sectionindex">
<header>
<h2><a href="${_link('index_section_path', posts[0].section_slug())}">${title|h}</a></h2>
<h2><a href="${_link('section_index_link', posts[0].section_slug())}">${title|h}</a></h2>
% if generate_atom:
<p class="feedlink"><a href="${_link('section_index_atom', posts[0].section_slug())}" type="application/atom+xml">${messages('Updates')}</a></p>
% endif
Expand Down

0 comments on commit f3e37b8

Please sign in to comment.