From 56ba2f6ccf14634d04be3bf99eb5d0c9ffb19a35 Mon Sep 17 00:00:00 2001 From: Richter Date: Thu, 9 May 2019 09:03:51 +0200 Subject: [PATCH] Update layout.pug --- views/layout.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layout.pug b/views/layout.pug index 9cea68d..f0ce230 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -9,6 +9,7 @@ html link(rel='stylesheet', href='/css/bootstrap.css') link(rel='stylesheet', href='/css/waip.css') link(rel='stylesheet', href='/css/cookieconsent.min.css') + link(rel='stylesheet', href='/css/ionicons.min.css') script(src='/js/jquery.min.js') script(src='/js/bootstrap.bundle.min.js') script(src='/js/cookieconsent.min.js')