mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-12 10:16:19 +01:00
5 lines
138 B
PHP
5 lines
138 B
PHP
@if(env('CUSTOM_META_TAGS') == 'true' and config('meta.lang') != '')
|
|
<html lang="{{ config('meta.lang') }}">
|
|
@else
|
|
<html lang="en">
|
|
@endif |