aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/layout.blade.php
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:32 +0000
commit92f01ad9d00e6a67dcfdfdc9c1876cde1cb1622f (patch)
tree2dc4b3e5c9c775f09233eb9b3715e13212733d45 /resources/views/components/layout.blade.php
parent14c3a4e0ed0c856ea4c356a17cff3d825d978ed1 (diff)
Update logo
Diffstat (limited to 'resources/views/components/layout.blade.php')
-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 }}