aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/layout.blade.php
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-12-27 20:28:16 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2024-12-27 20:28:16 +0000
commit0a50c93d3a5a5b3d79fbcf0c0891906b99fb6a38 (patch)
tree786cc4d6f7ec24f7713c3c740ceb20c0a51cba42 /resources/views/components/layout.blade.php
parent3e97458ee28c79c16f7c792d96c01c44ea2356ed (diff)
Server-side "is it christmas"
Diffstat (limited to 'resources/views/components/layout.blade.php')
-rw-r--r--resources/views/components/layout.blade.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php
index 4538be4..e7ced26 100644
--- a/resources/views/components/layout.blade.php
+++ b/resources/views/components/layout.blade.php
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="{{ asset('/css/master.css') }}"/>
<link rel="icon" type="image/png" href="{{ asset('/favicon-32x32.png') }}" sizes="32x32"/>
<link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/>
- {!! (intval(date('n')) == 12) ? '<script src="/js/christmas/snowstorm.js"></script>' : '' !!}
+ @if ($isChristmas)<script src="{{ asset('/js/christmas/snowstorm.js') }}"></script>@endif
+
<!-- Page-specific -->
<meta property="og:title" content="wah! (dot moe) - {{ $title }}">
@@ -36,6 +37,7 @@
<div id="footer">
<div>
<span>
+ {{ $isChristmas === true ? "true" : "false" }}
&copy; floppydisk 2021-{{ date('Y') }}<br>
v{{ config('app.version') }}, <a href="https://git.frzn.dev/fwoppydwisk/diskfloppy.me/releases/latest">Source</a><br>
Served by {{ gethostname() }}