diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-29 23:34:34 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-29 23:34:34 +0100 |
commit | 88516c780c71380f9a1c7c35f9da92c4631d7f9a (patch) | |
tree | 94112da4e1532e1530d211a121054d8311c89eb6 /resources/views/includes/head.blade.php | |
parent | 5ba30c2401421208c2f7fcc3b09bc218390f9c61 (diff) |
Update head again
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"> |