浏览代码

Update layout, add og:logo

Daniel Supernault 10 月之前
父节点
当前提交
4cc576e121
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/layouts/app.blade.php

+ 2 - 2
resources/views/layouts/app.blade.php

@@ -11,7 +11,7 @@
 
 	<title>{{ $title ?? config_cache('app.name') }}</title>
 	<link rel="manifest" href="{{url('/manifest.json')}}">
-
+	<meta property="og:logo" content="{{ url('/img/pixelfed-icon-color.png')}}" />
 	<meta property="og:site_name" content="Pixelfed">
 	<meta property="og:title" content="{{ $ogTitle ?? $title ?? config_cache('app.name') }}">
 	<meta property="og:type" content="{{ $ogType ?? 'article' }}">
@@ -72,7 +72,7 @@
 
 	<title>{{ $title ?? config_cache('app.name', 'Pixelfed') }}</title>
 	<link rel="manifest" href="/manifest.json">
-
+	<meta property="og:logo" content="{{ url('/img/pixelfed-icon-color.png')}}" />
 	<meta property="og:site_name" content="Pixelfed">
 	<meta property="og:title" content="{{ $ogTitle ?? $title ?? config_cache('app.name', 'pixelfed') }}">
 	<meta property="og:type" content="{{ $ogType ?? 'article' }}">