aboutsummaryrefslogtreecommitdiff
path: root/docs/_themes/pelican/layout.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-10-18 23:36:23 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-10-18 23:36:23 +0200
commit440ccb6e220f1cd7ea7f15de6f46c4a98e51d47c (patch)
tree48c6db8902705fbf7994490078ba97cbeeb81414 /docs/_themes/pelican/layout.html
parent5e69ca326d800f95555b08872b97b1df60550263 (diff)
downloadihatemoney-mirror-440ccb6e220f1cd7ea7f15de6f46c4a98e51d47c.zip
ihatemoney-mirror-440ccb6e220f1cd7ea7f15de6f46c4a98e51d47c.tar.gz
ihatemoney-mirror-440ccb6e220f1cd7ea7f15de6f46c4a98e51d47c.tar.bz2
theme import failure
Diffstat (limited to 'docs/_themes/pelican/layout.html')
-rw-r--r--docs/_themes/pelican/layout.html22
1 files changed, 22 insertions, 0 deletions
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' %}
+ <div class=indexwrapper>
+ {% endif %}
+{% endblock %}
+{% block footer %}
+ {% if pagename == 'index' %}
+ </div>
+ {% endif %}
+{% endblock %}
+{# do not display relbars #}
+{% block relbar1 %}{% endblock %}
+{% block relbar2 %}
+ {% if theme_github_fork %}
+ <a href="http://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
+ src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ {% endif %}
+{% endblock %}
+{% block sidebar1 %}{% endblock %}
+{% block sidebar2 %}{% endblock %}