mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-08 04:34:57 -04:00
Finish SEO
This commit is contained in:
parent
d5a3175bea
commit
58fb2d2834
9 changed files with 159 additions and 12 deletions
|
@ -3,11 +3,13 @@
|
|||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Artesaos\SEOTools\Facades\SEOTools;
|
||||
|
||||
class ContactController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
SEOTools::setTitle('Contact');
|
||||
$data = [];
|
||||
return view('contact', ['data' => $data]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue