Skip to content

Commit

Permalink
Fix pageview mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Dec 8, 2021
1 parent c7a072b commit 11c4160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_templates/breadcrumbs.html
Expand Up @@ -26,7 +26,7 @@
{% endif %}

{% if github_url is not defined %}
{% set github_url = 'https://' + github_host|default('github.com') + '/' + github_user + '/' + github_repo + '/' + theme_vcs_pageview_mode|default('blob') + '/' + github_version + '/' + pagename %}
{% set github_url = 'https://' + github_host|default('github.com') + '/' + github_user + '/' + github_repo + '/' + (theme_vcs_pageview_mode or 'blob') + '/' + github_version + '/' + pagename %}
{% endif %}

<li class="wy-breadcrumbs-aside">
Expand Down

0 comments on commit 11c4160

Please sign in to comment.