diff options
| author | Jakob Unterwurzacher | 2018-01-31 09:29:21 +0100 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2018-01-31 09:29:21 +0100 | 
| commit | b31d6311054848a32cd850051c92f349721b2278 (patch) | |
| tree | b48278833db628314c17d6ffe8d8549c0b4e70da /xreadthedocs/breadcrumbs.html | |
| parent | 7168f06d86ccebdeba3fb2fe685d3ff0298b4264 (diff) | |
Remove obsolete "xreadthedocs" theme
Has been replaced by the updated
"gocryptfs-readthedocs" theme.
Diffstat (limited to 'xreadthedocs/breadcrumbs.html')
| -rw-r--r-- | xreadthedocs/breadcrumbs.html | 25 | 
1 files changed, 0 insertions, 25 deletions
| diff --git a/xreadthedocs/breadcrumbs.html b/xreadthedocs/breadcrumbs.html deleted file mode 100644 index 01960e6..0000000 --- a/xreadthedocs/breadcrumbs.html +++ /dev/null @@ -1,25 +0,0 @@ -<div role="navigation" aria-label="breadcrumbs navigation"> -  <ul class="wy-breadcrumbs"> -    <li><a href="{{ homepage_url }}">Docs</a> »</li> -    {% if current_page %} -      {% for doc in current_page.ancestors %} -        {% if doc.link %} -          <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li> -        {% else %} -          <li>{{ doc.title }} »</li> -        {% endif %} -      {% endfor %} -    {% endif %} -    {% if current_page %}<li>{{ current_page.title }}</li>{% endif %} -    <li class="wy-breadcrumbs-aside"> -      {% if repo_url %} -        {% if repo_name == 'GitHub' %} -          <a href="{{ repo_url }}" class="icon icon-github"> Edit on GitHub</a> -        {% elif repo_name == 'Bitbucket' %} -          <a href="{{ repo_url }}" class="icon icon-bitbucket"> Edit on BitBucket</a> -        {% endif %} -      {% endif %} -    </li> -  </ul> -  <hr/> -</div> | 
