From b8f66ec89995838ea4df50e321a913daec895171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 10 May 2021 22:40:30 +0200 Subject: [PATCH] moved css --- content/head.blade.php | 4 ++-- content/includes/css.blade.php | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/head.blade.php b/content/head.blade.php index 1ae22f1..c041c7e 100644 --- a/content/head.blade.php +++ b/content/head.blade.php @@ -4,8 +4,8 @@ - -@include('template.'.config('settings.template').'.includes.css') + + @include('template.'.config('settings.template').'.includes.integrations') diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index f0c1716..e69de29 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -1,2 +0,0 @@ - - \ No newline at end of file