diff --git a/docs/kalite-theme/breadcrumbs.html b/docs/kalite-theme/breadcrumbs.html
index 51ce6455a6..8758ce19e8 100644
--- a/docs/kalite-theme/breadcrumbs.html
+++ b/docs/kalite-theme/breadcrumbs.html
@@ -13,11 +13,11 @@
Edit on Bitbucket
{% elif show_source and source_url_prefix %}
View page source
- {% elif show_source and has_source and sourcename %}
+ {% elif "" and show_source and has_source and sourcename %}
View page source
{% endif %}
{% endif %}
- {% if not display_github %}
+ {% if "" and not display_github %}
View on Github
diff --git a/docs/kalite-theme/theme.conf b/docs/kalite-theme/theme.conf
index e6b0e33b4d..57e0c2beeb 100644
--- a/docs/kalite-theme/theme.conf
+++ b/docs/kalite-theme/theme.conf
@@ -1,5 +1,2 @@
[theme]
inherit = sphinx_rtd_theme
-
-[options]
-git_branch = 0.14.x
\ No newline at end of file