From 440ccb6e220f1cd7ea7f15de6f46c4a98e51d47c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 18 Oct 2011 23:36:23 +0200 Subject: theme import failure --- docs/_themes/pelican/layout.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/_themes/pelican/layout.html (limited to 'docs/_themes/pelican/layout.html') diff --git a/docs/_themes/pelican/layout.html b/docs/_themes/pelican/layout.html new file mode 100644 index 0000000..aa1716a --- /dev/null +++ b/docs/_themes/pelican/layout.html @@ -0,0 +1,22 @@ +{% extends "basic/layout.html" %} +{% block header %} + {{ super() }} + {% if pagename == 'index' %} +
+ {% endif %} +{% endblock %} +{% block footer %} + {% if pagename == 'index' %} +
+ {% endif %} +{% endblock %} +{# do not display relbars #} +{% block relbar1 %}{% endblock %} +{% block relbar2 %} + {% if theme_github_fork %} + Fork me on GitHub + {% endif %} +{% endblock %} +{% block sidebar1 %}{% endblock %} +{% block sidebar2 %}{% endblock %} -- cgit v1.1