aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/includes')
-rw-r--r--resources/views/includes/head-hljs.blade.php2
-rw-r--r--resources/views/includes/head.blade.php4
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 3419344..cd2102f 100644
--- a/resources/views/includes/head-hljs.blade.php
+++ b/resources/views/includes/head-hljs.blade.php
@@ -12,4 +12,4 @@
<title>~floppydisk / @yield('title')</title>
<meta property="og:title" content="~floppydisk / @yield('title')">
<meta property="og:description" content="@yield('description')">
- <meta property="og:image" content="/favicon.png">
+ <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 f830097..9dce060 100644
--- a/resources/views/includes/head.blade.php
+++ b/resources/views/includes/head.blade.php
@@ -8,7 +8,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.png">