diff options
| author | David Lord <davidism@gmail.com> | 2018-09-07 07:47:21 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2018-09-07 07:47:21 -0700 |
| commit | 7062f1e6afeaa1307d4030f8d5d0f255d9be3cf5 (patch) | |
| tree | 1a2b5c16e657698f3e17da25d6ec2dba74ef0df5 /docs/_themes/click/layout.html | |
| parent | e3f3fdc5969dc819c14bb2e3a25bdfaba61cdb0b (diff) | |
| parent | 5ace642838605a94a88740a6a3ce620c7abddce9 (diff) | |
| download | click-2.x.tar.gz | |
Merge branch '1.x' into 2.x2.x
Diffstat (limited to 'docs/_themes/click/layout.html')
| -rw-r--r-- | docs/_themes/click/layout.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/_themes/click/layout.html b/docs/_themes/click/layout.html deleted file mode 100644 index 919e780..0000000 --- a/docs/_themes/click/layout.html +++ /dev/null @@ -1,20 +0,0 @@ -{%- extends "basic/layout.html" %} -{%- block extrahead %} - {{ super() }} -{% endblock %} -{%- block relbar2 %}{% endblock %} -{% block header %} - {{ super() }} - {% if pagename == 'index' %} - <div class=indexwrapper> - {% endif %} -{% endblock %} -{%- block footer %} - <div class="footer"> - © Copyright {{ copyright }}. - Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>. - </div> - {% if pagename == 'index' %} - </div> - {% endif %} -{%- endblock %} |
