aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes/head-hljs.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/includes/head-hljs.blade.php')
-rw-r--r--resources/views/includes/head-hljs.blade.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/resources/views/includes/head-hljs.blade.php b/resources/views/includes/head-hljs.blade.php
deleted file mode 100644
index dec0126..0000000
--- a/resources/views/includes/head-hljs.blade.php
+++ /dev/null
@@ -1,15 +0,0 @@
- <!-- Global -->
- <meta charset="utf-8">
- <meta property="og:type" content="website">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="theme-color" content="#333333">
- <link rel="stylesheet" href="{{ URL::asset ('css/master.css') }}"/>
- <link rel="stylesheet" href="{{ URL::asset ('css/highlight/tomorrow-night-bright.css') }}"/>
- <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/>
- <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"/>
-
- <!-- Page-specific -->
- <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-128x128.png">