mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-18 19:13:17 +00:00
commit
34b4167aa0
2 changed files with 7 additions and 6 deletions
|
@ -7,6 +7,7 @@ use Zttp\Zttp;
|
||||||
class DiscoverActor
|
class DiscoverActor
|
||||||
{
|
{
|
||||||
protected $url;
|
protected $url;
|
||||||
|
|
||||||
protected $response;
|
protected $response;
|
||||||
|
|
||||||
public function __construct($url)
|
public function __construct($url)
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<title>{{ $title ?? config_cache('app.name') }}</title>
|
<title>{{ $title ?? config_cache('app.name') }}</title>
|
||||||
<link rel="manifest" href="{{url('/manifest.json')}}">
|
<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:site_name" content="Pixelfed">
|
||||||
<meta property="og:title" content="{{ $ogTitle ?? $title ?? config_cache('app.name') }}">
|
<meta property="og:title" content="{{ $ogTitle ?? $title ?? config_cache('app.name') }}">
|
||||||
<meta property="og:type" content="{{ $ogType ?? 'article' }}">
|
<meta property="og:type" content="{{ $ogType ?? 'article' }}">
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
<title>{{ $title ?? config_cache('app.name', 'Pixelfed') }}</title>
|
<title>{{ $title ?? config_cache('app.name', 'Pixelfed') }}</title>
|
||||||
<link rel="manifest" href="/manifest.json">
|
<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:site_name" content="Pixelfed">
|
||||||
<meta property="og:title" content="{{ $ogTitle ?? $title ?? config_cache('app.name', 'pixelfed') }}">
|
<meta property="og:title" content="{{ $ogTitle ?? $title ?? config_cache('app.name', 'pixelfed') }}">
|
||||||
<meta property="og:type" content="{{ $ogType ?? 'article' }}">
|
<meta property="og:type" content="{{ $ogType ?? 'article' }}">
|
||||||
|
|
Loading…
Reference in a new issue