Fixed bug "lang default"

This commit is contained in:
Julian Prieber 2022-06-08 15:55:55 +02:00
parent ca86582157
commit 1884e3237e

View File

@ -1,5 +1,5 @@
@if(env('CUSTOM_META_TAGS') == 'true' and Config::get('meta.lang') != '')
<html lang="{{ Config::get('meta.lang') }}">
@else
@include('layouts.lang')
<html lang="en">
@endif