aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-12-12 00:45:06 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2024-12-12 00:45:06 +0000
commitd25bc29f4b868d0aa4f0c372e56457edc3fb9c1e (patch)
treef09c5ca7c392d314bb2dd60b87dee693d7bb491e /resources
parent290c4c9cd7f1e485b80534bf4b5943e81bd4bc5a (diff)
Update logo
Diffstat (limited to 'resources')
-rw-r--r--resources/views/components/layout.blade.php17
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 }}