diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-22 00:09:48 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-22 00:09:48 +0000 |
commit | 7c5461ddf38a72efde4b7f8a59626eb7e473f8d9 (patch) | |
tree | 5bf8954d637b8530abc84c8499aac1a14ec64f4b /resources/views/includes/head.blade.php | |
parent | 663b96bad214d47f584a19d4b578cb4badd3232e (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.php | 1 |
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 --> |