Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
put headings back in islands
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Van committed Sep 8, 2011
1 parent b7b9e67 commit 91b8496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browse/templates/browse/impala/category_landing.html
Expand Up @@ -13,10 +13,10 @@
<section class="primary">
{{ impala_breadcrumbs([(url('browse.extensions'), _('Extensions')),
(None, title)]) }}
<h1>{{ title }}</h1>
{% set addons = addon_sets['featured'] %}
{% if addons %}
<div class="island hero c">
<h1>{{ title }}</h1>
{{ addons[:3]|featured_grid(src='cb-hc-featured',
dl_src='cb-dl-featured') }}
<div class="banner-box">
Expand Down

0 comments on commit 91b8496

Please sign in to comment.