We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f457920 commit d10ea40Copy full SHA for d10ea40
theme/readthedocs/breadcrumbs.html
@@ -13,8 +13,8 @@
13
{% if config.repo_url %}
14
{% if config.repo_name == 'GitHub' %}
15
<a href="{{ config.repo_url }}{% if [page] %}{{ [page.input_path][0] }} {% endif %}" target="_blank" rel="noopener noreferrer nofollow" class="icon icon-github"> Edit on GitHub</a>
16
- {% elif repo_name == 'Bitbucket' %}
17
- <a href="{{ repo_url }}" class="icon icon-bitbucket">Edit on BitBucket</a>
+ {% elif config.repo_name == 'Bitbucket' %}
+ <a href="{{ config.repo_url }}" class="icon icon-bitbucket">Edit on BitBucket</a>
18
{% endif %}
19
20
</li>
0 commit comments