diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-15 00:02:26 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-15 00:02:26 +0100 |
commit | 2ffcc062a07816dc0d02cc753d43ab005019d6a1 (patch) | |
tree | 3069e5805513a678cc22a392aa7159cb0403429d /resources/views/includes/head.blade.php | |
parent | 32c675e2029420436a2d6ccd36d7fea0ae055604 (diff) |
Add meta description
Diffstat (limited to 'resources/views/includes/head.blade.php')
-rw-r--r-- | resources/views/includes/head.blade.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php index 50aaf8e..8ebd839 100644 --- a/resources/views/includes/head.blade.php +++ b/resources/views/includes/head.blade.php @@ -12,3 +12,4 @@ <meta property="og:title" content="diskfloppy.me | @yield('title')"> <meta property="og:description" content="@yield('description')"> <meta property="og:image" content="/favicon-128x128.png"> + <meta name="description" content="@yield('description')"> |