diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-03 18:34:32 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-03 18:34:32 +0100 |
commit | 94fa32d53e15a47e8ae952035f2401ad2bd6d3e5 (patch) | |
tree | 7ba9aec7970339f2cc3644c17eae1249548f5403 /resources/views | |
parent | 0f265f43f27efb3cf69c141d2012e673d34603d0 (diff) |
Remove random comment from default layout
Diffstat (limited to 'resources/views')
-rw-r--r-- | resources/views/layouts/default.blade.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 77c3f76..85ea68b 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -1,9 +1,6 @@ <!DOCTYPE html> <html lang="en"> - -<!-- HTTPS --> - <head> @include('includes.head') </head> |