Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 10, 2015
1 parent 4912e30 commit 8e4b1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions nikola/data/themes/bootstrap-jinja/templates/gallery.tmpl
Expand Up @@ -17,8 +17,7 @@
{% if folders %}
<ul>
{% for folder, ftitle in folders %}
<li><a href="{{ folder }}"><i
class="icon-folder-open"></i>&nbsp;{{ ftitle }}</a></li>
<li><a href="{{ folder }}"><i class="icon-folder-open"></i>&nbsp;{{ ftitle }}</a></li>
{% endfor %}
</ul>
{% endif %}
Expand Down
3 changes: 1 addition & 2 deletions nikola/data/themes/bootstrap/templates/gallery.tmpl
Expand Up @@ -17,8 +17,7 @@
%if folders:
<ul>
% for folder, ftitle in folders:
<li><a href="${folder}"><i
class="icon-folder-open"></i>&nbsp;${ftitle}</a></li>
<li><a href="${folder}"><i class="icon-folder-open"></i>&nbsp;${ftitle}</a></li>
% endfor
</ul>
%endif
Expand Down

0 comments on commit 8e4b1e6

Please sign in to comment.