diff options
| author | David Lord <davidism@gmail.com> | 2018-09-07 07:49:44 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2018-09-07 07:49:44 -0700 |
| commit | 85c18d77153b8abccfc0cad40df4d32827e3be6f (patch) | |
| tree | 9df5ff066dc693c6b9858c7977e63393c3b84809 /docs/_themes/click/layout.html | |
| parent | 2cb760649956d792445f6441d98dc72b2f08b3e7 (diff) | |
| parent | 7062f1e6afeaa1307d4030f8d5d0f255d9be3cf5 (diff) | |
| download | click-3.x.tar.gz | |
Merge branch '2.x' into 3.x3.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 %} |
