1
0
Fork 0

Update about.blade.php

This commit is contained in:
Shlee 2022-05-21 15:44:44 +09:30 committed by GitHub
parent 51c38f8a34
commit 142caebe91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<title>{{ config('app.name', 'Pixelfed') }}</title>
<meta property="og:site_name" content="{{ config_cache('app.name', 'pixelfed') }}">
<meta property="og:title" content="{{ config_cache('app.name', 'pixelfed') }}">
<title>{{ config_cache('app.name') ?? 'pixelfed' }}</title>
<meta property="og:site_name" content="{{ config_cache('app.name') ?? 'pixelfed' }}">
<meta property="og:title" content="{{ config_cache('app.name') ?? 'pixelfed' }}">
<meta property="og:type" content="article">
<meta property="og:url" content="{{route('site.about')}}">
<meta property="og:description" content="{{config_cache('app.short_description')}}">