Skip to content

Commit

Permalink
make it actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 5, 2015
1 parent fefd6a1 commit 151f74b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions nikola/data/themes/bootstrap3/templates/base_helper.tmpl
@@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
<%inherit file="base/templates/base_helper.tmpl"/>
<%namespace file="base/templates/base_helper.tmpl" import="*"/>
<%namespace name="notes" file="annotation_helper.tmpl" import="*" />
<%def name="html_headstart()">
<!DOCTYPE html>
Expand Down Expand Up @@ -154,7 +154,3 @@ lang="${lang}">
% endif
%endfor
</%def>

<%def name="html_feedlinks()"/>
<%def name="html_translations()"/>

1 change: 0 additions & 1 deletion nikola/nikola.py
Expand Up @@ -1010,7 +1010,6 @@ def _get_template_system(self):
[os.path.join(utils.get_theme_path(name), "templates") for name in self.THEMES] +\
list(set([os.path.dirname(utils.get_theme_path(name)) for name in self.THEMES]))

print(lookup_dirs)
self._template_system.set_directories(lookup_dirs,
self.config['CACHE_FOLDER'])
self._template_system.set_site(self)
Expand Down

0 comments on commit 151f74b

Please sign in to comment.