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/breadcrumbs.html | |
parent | 615f0b7443d4f682ab3d28eb8ee1ea0cd21f29da (diff) |
Port to mkdocs 1.6.1
Diffstat (limited to 'gocryptfs-readthedocs/breadcrumbs.html')
-rw-r--r-- | gocryptfs-readthedocs/breadcrumbs.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gocryptfs-readthedocs/breadcrumbs.html b/gocryptfs-readthedocs/breadcrumbs.html deleted file mode 100644 index b7311ff..0000000 --- a/gocryptfs-readthedocs/breadcrumbs.html +++ /dev/null @@ -1,28 +0,0 @@ -<div role="navigation" aria-label="breadcrumbs navigation"> - <ul class="wy-breadcrumbs"> - <li><a href="{{ nav.homepage.url }}">Docs</a> »</li> - {% if page %} - {% for doc in page.ancestors %} - {% if doc.link %} - <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li> - {% else %} - <li>{{ doc.title }} »</li> - {% endif %} - {% endfor %} - {% endif %} - {% if page %}<li>{{ page.title }}</li>{% endif %} - <li class="wy-breadcrumbs-aside"> - {%- block repo %} - {% if page and page.edit_url %} - <a href="{{ page.edit_url }}" - {%- if config.repo_name|lower == 'github' %} - class="icon icon-github" - {%- elif config.repo_name|lower == 'bitbucket' %} - class="icon icon-bitbucket" - {% endif %}> Edit on {{ config.repo_name }}</a> - {% endif %} - {%- endblock %} - </li> - </ul> - <hr/> -</div> |