diff options
Diffstat (limited to 'resources/views/includes/head.blade.php')
-rw-r--r-- | resources/views/includes/head.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php index f830097..9dce060 100644 --- a/resources/views/includes/head.blade.php +++ b/resources/views/includes/head.blade.php @@ -8,7 +8,7 @@ <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"/> <!-- Page-specific --> - <title>~floppydisk / @yield('title')</title> - <meta property="og:title" content="~floppydisk / @yield('title')"> + <title>@yield('title') - diskfloppy.me</title> + <meta property="og:title" content="diskfloppy.me | @yield('title')"> <meta property="og:description" content="@yield('description')"> <meta property="og:image" content="/favicon.png"> |