mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 14:37:41 -07:00
OpenGraph Tags
This commit is contained in:
@ -7,6 +7,11 @@
|
|||||||
<meta name="description" content="{{ env('APP_DESCRIPTION') }}">
|
<meta name="description" content="{{ env('APP_DESCRIPTION') }}">
|
||||||
<meta name="keywords" content="{{ env('APP_KEYWORDS') }}">
|
<meta name="keywords" content="{{ env('APP_KEYWORDS') }}">
|
||||||
|
|
||||||
|
<meta property="og:title" content="{{ env('APP_TITLE') }}">
|
||||||
|
<meta property="og:description" content="{{ env('APP_DESCRIPTION') }}">
|
||||||
|
<meta property="og:url" content="{{ url($_SERVER['REQUEST_URI']) }}">
|
||||||
|
<meta property="og:image" content="{{ asset('img/header-image.png') }}">
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="{{ asset('img/logo.png') }}"/>
|
<link rel="icon" type="image/png" href="{{ asset('img/logo.png') }}"/>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="{{ asset('css/bulma.css') }}"/>
|
<link rel="stylesheet" type="text/css" href="{{ asset('css/bulma.css') }}"/>
|
||||||
|
Reference in New Issue
Block a user