diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-12 00:45:06 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-12 00:45:32 +0000 |
commit | 92f01ad9d00e6a67dcfdfdc9c1876cde1cb1622f (patch) | |
tree | 2dc4b3e5c9c775f09233eb9b3715e13212733d45 /resources/views/components | |
parent | 14c3a4e0ed0c856ea4c356a17cff3d825d978ed1 (diff) |
Update logo
Diffstat (limited to 'resources/views/components')
-rw-r--r-- | resources/views/components/layout.blade.php | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 7a7fa44..6ad1433 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -13,17 +13,22 @@ {!! (intval(date('n')) == 12) ? '<script src="/js/christmas/snowstorm.js"></script>' : '' !!} <!-- Page-specific --> - <meta property="og:title" content="wah.moe | {{ $title }}"> + <meta property="og:title" content="wah! (dot moe) - {{ $title }}"> <meta property="og:image" content="/favicon-128x128.png"> </head> <body> <div class="page-container"> <div id="header"> - <h1>wah!</h1> - <p> - (dot moe) - </p> - <x-navigation></x-navigation> + <div> + <img src="{{ asset('/images/logo.png') }}" width="65"> + </div> + <div> + <h1>wah!</h1> + <p> + (dot moe) + </p> + <x-navigation></x-navigation> + </div> </div> <div id="content"> {{ $slot }} |