diff --git a/python_docs_theme/layout.html b/python_docs_theme/layout.html
index 81433e0..d387ef3 100644
--- a/python_docs_theme/layout.html
+++ b/python_docs_theme/layout.html
@@ -143,6 +143,7 @@
{{ _('Navigation') }}
{% trans %}Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.{% endtrans %}
{% if theme_license_url %}{% trans license_file=theme_license_url %}See History and License for more information.{% endtrans %}
{% endif %}
+ {% if theme_hosted_on %}{% trans hosted_on=theme_hosted_on %}Hosted on {{ hosted_on }}.{% endtrans %}
{% endif %}
{% include "footerdonate.html" %}
diff --git a/python_docs_theme/theme.conf b/python_docs_theme/theme.conf
index e6008d9..1fbcabc 100644
--- a/python_docs_theme/theme.conf
+++ b/python_docs_theme/theme.conf
@@ -26,6 +26,7 @@ headlinkcolor = #aaaaaa
codebgcolor = #eeffcc
codetextcolor = #333333
+hosted_on =
issues_url =
license_url =
root_name = Python