aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/footer.html
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-01-31 09:29:21 +0100
committerJakob Unterwurzacher2018-01-31 09:29:21 +0100
commitb31d6311054848a32cd850051c92f349721b2278 (patch)
treeb48278833db628314c17d6ffe8d8549c0b4e70da /xreadthedocs/footer.html
parent7168f06d86ccebdeba3fb2fe685d3ff0298b4264 (diff)
Remove obsolete "xreadthedocs" theme
Has been replaced by the updated "gocryptfs-readthedocs" theme.
Diffstat (limited to 'xreadthedocs/footer.html')
-rw-r--r--xreadthedocs/footer.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/xreadthedocs/footer.html b/xreadthedocs/footer.html
deleted file mode 100644
index 45f1987..0000000
--- a/xreadthedocs/footer.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<footer>
- {% if next_page or previous_page %}
- <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
- {% if next_page %}
- <a href="{{ next_page.url }}" class="btn btn-neutral float-right" title="{{ next_page.title }}"/>Next <span class="icon icon-circle-arrow-right"></span></a>
- {% endif %}
- {% if previous_page %}
- <a href="{{ previous_page.url }}" class="btn btn-neutral" title="{{ previous_page.title }}"><span class="icon icon-circle-arrow-left"></span> Previous</a>
- {% endif %}
- </div>
- {% endif %}
-
- <hr/>
-
- <div role="contentinfo">
- <!-- Copyright etc -->
- {% if copyright %}
- <p>{{ copyright }}</p>
- {% endif %}
- </div>
- <div class="builtwith">
- Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
- </div>
-</footer>