From b36bd1d8dc8cadeaf98a15fe5c92a1d8c950560d Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 18 Nov 2016 10:43:09 -0500 Subject: [PATCH] Added Font Awesome icons and changed the Bootstrap and jQuery CDN links --- app/views/templates/default.twig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/templates/default.twig b/app/views/templates/default.twig index a458b0b..7f94ac9 100755 --- a/app/views/templates/default.twig +++ b/app/views/templates/default.twig @@ -5,11 +5,12 @@ {% block title %}{% endblock %} | Halftone - - + + + {% block stylesheets %}{% endblock %} - - + + {% block javascripts %}{% endblock %} @@ -17,7 +18,7 @@
{% include 'templates/partials/header.twig' %} - + {% block content %}{% endblock %}