diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html
index d5dedef7..ceb11661 100644
--- a/sphinx_rtd_theme/breadcrumbs.html
+++ b/sphinx_rtd_theme/breadcrumbs.html
@@ -4,12 +4,8 @@
{% if display_github %}
Edit on GitHub
- {% endif %}
- {% if show_source and has_source and sourcename and display_github %}
- «
- {% endif %}
- {% if show_source and has_source and sourcename %}
- [source]
+ {% elif show_source and has_source and sourcename %}
+ View page source
{% endif %}