From 3a6f90dc9b3e924780ad6ea8778e3335708f04d2 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 29 Oct 2013 19:03:36 -0400 Subject: [PATCH] Move markdown dependencies to the base, since they are needed by search on all pages --- templates/base.html | 4 ++++ templates/index.html | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index a5d9091e6..03563404e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -51,6 +51,10 @@ + + + + {% block added_dependencies %} {% endblock %} diff --git a/templates/index.html b/templates/index.html index bd531dae9..22e993024 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,14 +24,10 @@ - - - - {% endblock %} {% block body_content %}
-{% endblock %} \ No newline at end of file +{% endblock %}