From 1feb26739c2ee99a5f78552200446d7dd1e8a391 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Wed, 19 Feb 2020 14:38:30 -0800 Subject: [PATCH] Use 'url' template filter instead of 'base_url' This fixes static file loading for the 404 page. --- docs_theme/main.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs_theme/main.html b/docs_theme/main.html index 21e9171a2..8ce5b026f 100644 --- a/docs_theme/main.html +++ b/docs_theme/main.html @@ -5,17 +5,17 @@ {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} - + - - - - + + + + - - - - + + + + {% for path in config.extra_javascript %}