aboutsummaryrefslogtreecommitdiff
path: root/gocryptfs-readthedocs/breadcrumbs.html
diff options
context:
space:
mode:
Diffstat (limited to 'gocryptfs-readthedocs/breadcrumbs.html')
-rw-r--r--gocryptfs-readthedocs/breadcrumbs.html28
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> &raquo;</li>
- {% if page %}
- {% for doc in page.ancestors %}
- {% if doc.link %}
- <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
- {% else %}
- <li>{{ doc.title }} &raquo;</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>