Update main.blade.php
removed 1 line that wasn't used in my last pr.
This commit is contained in:
parent
e3479d8baf
commit
3de01013d3
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="public/google_analytics.js"></script>
|
|
||||||
<script async src="https://arc.io/widget.min.js#{{env('ARC_WIDGET_CODE')}}"></script>
|
<script async src="https://arc.io/widget.min.js#{{env('ARC_WIDGET_CODE')}}"></script>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
Loading…
Add table
Reference in a new issue