mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-13 15:02:11 -04:00
Finish SEO
This commit is contained in:
parent
d5a3175bea
commit
58fb2d2834
9 changed files with 159 additions and 12 deletions
|
@ -4,11 +4,13 @@ namespace App\Http\Controllers;
|
|||
|
||||
use Illuminate\Http\Request;
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use Artesaos\SEOTools\Facades\SEOTools;
|
||||
|
||||
class AboutController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
SEOTools::setTitle('About');
|
||||
$data = [
|
||||
'address' => config('app.xmr_tip_address'),
|
||||
'qr' => (new QRCode)->render(config('app.xmr_tip_address')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue