From 91e3b190e270fe66b8c0e948170d7538a4a10be3 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Wed, 19 Feb 2020 17:58:20 -0800 Subject: [PATCH] Use 'base_url' instead of 'site_url' on 404 page --- docs_theme/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_theme/404.html b/docs_theme/404.html index 7d7cc0a43..bbb6b70ff 100644 --- a/docs_theme/404.html +++ b/docs_theme/404.html @@ -4,6 +4,6 @@

404

Page not found

-

Try the homepage, or search the documentation.

+

Try the homepage, or search the documentation.

{% endblock %}