diff options
Diffstat (limited to 'resources/views/includes')
-rw-r--r-- | resources/views/includes/head-hljs.blade.php | 4 | ||||
-rw-r--r-- | resources/views/includes/head.blade.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/includes/head-hljs.blade.php b/resources/views/includes/head-hljs.blade.php index cd2102f..dec0126 100644 --- a/resources/views/includes/head-hljs.blade.php +++ b/resources/views/includes/head-hljs.blade.php @@ -9,7 +9,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-128x128.png"> diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php index 9dce060..50aaf8e 100644 --- a/resources/views/includes/head.blade.php +++ b/resources/views/includes/head.blade.php @@ -11,4 +11,4 @@ <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"> + <meta property="og:image" content="/favicon-128x128.png"> |