Skip to content

Commit

Permalink
Use titles not names in headlines, bootstrap3 edn.
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Aug 27, 2015
1 parent 65301b0 commit 1e0cade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/base-jinja/templates/categoryindex.tmpl
Expand Up @@ -11,7 +11,7 @@
{% block content %}
<div class="categoryindex">
<header style="background: {{ posts[0].category_color() }}">
<h2><a href="{{ posts[0].category_link() }}">{{ posts[0].category_name() }}</a></h2>
<h2><a href="{{ posts[0].category_link() }}">{{ title }}</a></h2>
{% if generate_atom %}
<p class="feedlink"><a href="{{ _link('cat_index_atom', posts[0].category_slug()) }}" type="application/atom+xml">{{ messages('updates') }}</a></p>
{% endif %}
Expand Down

0 comments on commit 1e0cade

Please sign in to comment.