mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 20:47:47 +01:00
Update lang.blade.php
This commit is contained in:
parent
c016cb12cd
commit
12d55353c3
@ -1,9 +1,5 @@
|
|||||||
@if(env('FORCE_HTTPS') == 'true')<?php URL::forceScheme('https'); header("Content-Security-Policy: upgrade-insecure-requests"); ?>@endif
|
@if(env('FORCE_HTTPS') == 'true')<?php URL::forceScheme('https'); header("Content-Security-Policy: upgrade-insecure-requests"); ?>@endif
|
||||||
@if(env('CUSTOM_META_TAGS') == 'true' and config('advanced-config.lang') != '')
|
<html lang="{{ config('app.locale') }}">
|
||||||
<html lang="{{ config('advanced-config.lang') }}">
|
|
||||||
@else
|
|
||||||
<html lang="en">
|
|
||||||
@endif
|
|
||||||
|
|
||||||
{{-- Redirects to https if enabled in the advanced-config --}}
|
{{-- Redirects to https if enabled in the advanced-config --}}
|
||||||
@if(env('FORCE_ROUTE_HTTPS') == 'true')
|
@if(env('FORCE_ROUTE_HTTPS') == 'true')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user