Add meta tags

This commit is contained in:
Ben Goldsworthy 2022-10-29 23:49:19 +00:00
parent ecb51e0765
commit 349f2b1444
4 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
@include('partials.head');
<body>