add favicon
parent
f9563d529a
commit
cb79feadeb
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -1,5 +1,6 @@
|
|||
@layout('content.master')
|
||||
@section('head')
|
||||
<title>Areya Energy</title>
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
@stop
|
||||
@section('content')
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta name="checkout" content="{{url('/checkout')}}">
|
||||
<meta name="get-contents" content="{{url('/contents/all')}}">
|
||||
<link rel="icon" type="image/x-icon" href="{{storage('assets/images/favicon.ico')}}">
|
||||
@insert("content.includes.meta")
|
||||
@insert("content.includes.css")
|
||||
@yield('head')
|
||||
|
|
Loading…
Reference in New Issue