Skip to content

Commit

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


<%def name="html_feedlinks()">
${parent.html_feedlinks()}
</%def>

0 comments on commit 0d90abf

Please sign in to comment.