mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
Fixed bug "lang default"
This commit is contained in:
parent
ca86582157
commit
1884e3237e
@ -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
|
Loading…
x
Reference in New Issue
Block a user