Added language header

This commit is contained in:
snipe 2020-03-25 16:32:33 -07:00
parent 6066c249d5
commit 55a619778f
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>

View file

@ -1,4 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html>
<head>
<meta charset="utf-8">

View file

@ -1,4 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html>
<head>
<title>