diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-06-30 22:50:56 +0200 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-06-30 22:50:56 +0200 |
| commit | 1e6456bf54bb37743d22fe564b475f10bc13281e (patch) | |
| tree | 3cf0c8cb8dd3688785ff73100f8bd8af98eb3105 /docs/_themes/flask_small/layout.html | |
| download | pluginbase-0.1.tar.gz | |
Initial commit.0.1
Diffstat (limited to 'docs/_themes/flask_small/layout.html')
| -rw-r--r-- | docs/_themes/flask_small/layout.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/_themes/flask_small/layout.html b/docs/_themes/flask_small/layout.html new file mode 100644 index 0000000..7d4d997 --- /dev/null +++ b/docs/_themes/flask_small/layout.html @@ -0,0 +1,25 @@ +{% extends "basic/layout.html" %} +{% block header %} + <!-- + Seriously, do not take this serious. It works though :) + --> + {{ 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 %} |
