diff options
author | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
commit | 7cf6ace72e76889ac831e9807f7a9a14a4b7272b (patch) | |
tree | de72c9b27fcc787022603bbdb4267a2969bd8c30 /gocryptfs-readthedocs/footer.html | |
parent | 615f0b7443d4f682ab3d28eb8ee1ea0cd21f29da (diff) |
Port to mkdocs 1.6.1
Diffstat (limited to 'gocryptfs-readthedocs/footer.html')
-rw-r--r-- | gocryptfs-readthedocs/footer.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gocryptfs-readthedocs/footer.html b/gocryptfs-readthedocs/footer.html deleted file mode 100644 index 1735942..0000000 --- a/gocryptfs-readthedocs/footer.html +++ /dev/null @@ -1,28 +0,0 @@ -<footer> - {%- block next_prev %} - {% if page and page.next_page or page.previous_page %} - <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - {% if page.next_page %} - <a href="{{ page.next_page.url }}" class="btn btn-neutral float-right" title="{{ page.next_page.title }}">Next <span class="icon icon-circle-arrow-right"></span></a> - {% endif %} - {% if page.previous_page %} - <a href="{{ page.previous_page.url }}" class="btn btn-neutral" title="{{ page.previous_page.title }}"><span class="icon icon-circle-arrow-left"></span> Previous</a> - {% endif %} - </div> - {% endif %} - {%- endblock %} - - <hr/> - - <div role="contentinfo"> - <!-- Copyright etc --> - {% if config.copyright %} - <p>{{ config.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> |