From 5264d85a787cc93aca0f2d9fa5b73fbc5a614e2d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 29 Nov 2015 17:56:26 +0200 Subject: [PATCH] Fix broken link to extra css --- docs/_templates/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 0e85bc9c..b10e6ac0 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -1,7 +1,7 @@ {% extends "!footer.html" %} {% block extrafooter %} - + {{ super() }} -{% endblock %} \ No newline at end of file +{% endblock %}