From bca9aaf29619f0ec3a74b54f2b8260c15244fbc5 Mon Sep 17 00:00:00 2001 From: Fabian Weisshaar Date: Wed, 13 Apr 2016 09:48:06 +0200 Subject: [PATCH] Update font awesome and jquery, add subresource integrity see #23 --- nsupdate/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index ec62260..158803c 100644 --- a/nsupdate/templates/base.html +++ b/nsupdate/templates/base.html @@ -10,15 +10,15 @@ {% block title %}{{ WWW_HOST }}{% endblock %} - - + + - - + + {% include "includes/base_head.html" %} {% block html_head %}{% endblock %}