diff options
author | Roscoe <roscoe@wah.moe> | 2025-03-31 23:21:44 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-03-31 23:34:49 +0100 |
commit | e8ad39203f944a33231f8babcbd7011b1f464610 (patch) | |
tree | ef3927fc7e77e1b30a266180332d060dd70247e6 /resources/views/components/layout.blade.php | |
parent | 6690d4e97e15bdedd164ac66e0e65d3579fd40b3 (diff) |
april fopsv2025.04.01
Diffstat (limited to 'resources/views/components/layout.blade.php')
-rw-r--r-- | resources/views/components/layout.blade.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index d20e675..2edcfd4 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -6,7 +6,7 @@ <meta property="og:type" content="website"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#f27405"> - <title>wah! (dot moe)</title> + <title>fops! (dot moe)</title> <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"/> @@ -14,7 +14,7 @@ <!-- Page-specific --> - <meta property="og:title" content="wah! (dot moe) - {{ $title }}"> + <meta property="og:title" content="fops! (dot moe) - {{ $title }}"> <meta property="og:image" content="/favicon-128x128.png"> </head> <body> @@ -24,7 +24,7 @@ <img src="{{ asset('/images/logo.png') }}" width="65"> </div> <div> - <h1>wah!</h1> + <h1>fops!</h1> <p> (dot moe) </p> @@ -37,7 +37,7 @@ <div id="footer"> <div> <span> - © RoscoeDaWah 2021-{{ date('Y') }}<br> + © RoscoeDaFops 2021-{{ date('Y') }}<br> v{{ config('app.version') }}, <a href="https://git.frzn.dev/RoscoeDaWah/wah.moe/releases/latest">Source</a><br> Served by {{ gethostname() }} </span> |