diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2017-06-21 14:03:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-21 14:03:16 +0200 |
| commit | db296489568259a38bc614a1fcc4b504a2ffc983 (patch) | |
| tree | 086d5431ffd9c310954593ed837f4632b5aa4a1d /docs/_themes/pelican/layout.html | |
| parent | 93235cfc507e60898cf92252d5aa11360d0b8cf6 (diff) | |
| download | ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.zip ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.gz ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.bz2 | |
Re-organize the documentation (#223)
* Re-organize the documentation
* Fix encoding errors for python 2
* Document the dependencies. Fixes #199
* Add a make update command. Fixes #211
Diffstat (limited to 'docs/_themes/pelican/layout.html')
| -rw-r--r-- | docs/_themes/pelican/layout.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/_themes/pelican/layout.html b/docs/_themes/pelican/layout.html deleted file mode 100644 index aa1716a..0000000 --- a/docs/_themes/pelican/layout.html +++ /dev/null @@ -1,22 +0,0 @@ -{% 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 %} |
