Set our HTML to tell browsers not to translate the page - closes #290

This commit is contained in:
Deon George 2025-03-01 19:58:27 +11:00
parent b3e789dc40
commit fe98e4323a

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html translate="no">
@section('htmlheader')
@include('architect::layouts.partials.htmlheader')
@show