bio support
This commit is contained in:
parent
99b68ac78a
commit
e3732d626c
|
|
@ -5,6 +5,9 @@
|
|||
@section('titlediscord')
|
||||
<meta content="Home - {{env('APP_NAME')}}" property="og:title" />
|
||||
@endsection
|
||||
@section('descdiscord')
|
||||
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<h1 id="usernameframe">Hello, {{ Auth::user()->name }}!</h1>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
@yield('title')
|
||||
<meta charset="utf-8">
|
||||
@yield('titlediscord')
|
||||
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||
@yield('descdiscord')
|
||||
<meta content="https://archblox.com" property="og:url" />
|
||||
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
|
||||
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
@section('titlediscord')
|
||||
<meta content="Settings - {{env('APP_NAME')}}" property="og:title" />
|
||||
@endsection
|
||||
@section('descdiscord')
|
||||
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||
@endsection
|
||||
|
||||
@section('popup_content')
|
||||
<div class="popupcontainer" id="invisible">
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
@section('titlediscord')
|
||||
<meta content="Friends - {{env('APP_NAME')}}" property="og:title" />
|
||||
@endsection
|
||||
@section('descdiscord')
|
||||
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<h1 id="usernameframe">Friends</h1>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
@section('titlediscord')
|
||||
<meta content="{{ $data['user']->name }} - {{env('APP_NAME')}}" property="og:title" />
|
||||
@endsection
|
||||
@section('descdiscord')
|
||||
<meta content="{{ $data['user']->blurb }} | ARCHBLOX is a work in progress revival." property="og:description" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div id="profiletopcontainer">
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
@section('titlediscord')
|
||||
<meta content="Users - {{env('APP_NAME')}}" property="og:title" />
|
||||
@endsection
|
||||
@section('descdiscord')
|
||||
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@if (request()->query('q'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue