diff options
Diffstat (limited to 'resources/views/includes/head.blade.php')
-rw-r--r-- | resources/views/includes/head.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |