bio support

This commit is contained in:
Thomas G 2022-07-02 18:37:53 +10:00
parent 99b68ac78a
commit e3732d626c
6 changed files with 16 additions and 1 deletions

View File

@ -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>

View File

@ -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" />

View File

@ -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">

View File

@ -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>

View File

@ -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">

View File

@ -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'))