aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes/head.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2024-01-22 00:09:48 +0000
committerFrankie B <git@diskfloppy.me>2024-01-22 00:09:48 +0000
commit4cded68dc45ba59cb5fbe878494e24549b05bff6 (patch)
tree5bf8954d637b8530abc84c8499aac1a14ec64f4b /resources/views/includes/head.blade.php
parent460e9585d22090d7d9417e1ffd57e72838378005 (diff)
CSS updates and a whole theme selector thing
Diffstat (limited to 'resources/views/includes/head.blade.php')
-rw-r--r--resources/views/includes/head.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php
index 3eb2559..3d51672 100644
--- a/resources/views/includes/head.blade.php
+++ b/resources/views/includes/head.blade.php
@@ -7,6 +7,7 @@
<link rel="stylesheet" href="/css/master.css"/>
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"/>
+ <script src="/js/themeSwap.js"></script>
{!! (intval(date('n')) == 12) ? '<script src="/js/christmas/snow.js"></script>' : '' !!}
<!-- Page-specific -->