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 | 24b5a194ca6557bf0487499011ae249a17225d67 (patch) | |
tree | 94112da4e1532e1530d211a121054d8311c89eb6 /resources/views/includes/head.blade.php | |
parent | d9cf8a2eb7662c8aaafcf0dc045a5826448533de (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"> |