mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates for favicon
This commit is contained in:
parent
97f7f16f7c
commit
448a139475
@ -28,8 +28,10 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>@yield('meta_title', 'Invoice Ninja') | {{ config('app.name') }}</title>
|
<title>@yield('meta_title', 'Invoice Ninja') | {{ config('app.name') }}</title>
|
||||||
<meta name="description" content="@yield('meta_description')"/>
|
<meta name="description" content="@yield('meta_description')"/>
|
||||||
<link href="{{ asset('favicon.png') }}" rel="shortcut icon" type="image/png">
|
|
||||||
|
|
||||||
|
@if(auth()->guard('contact')->user() && !auth()->guard('contact')->user()->user->account->isPaid())
|
||||||
|
<link href="{{ asset('favicon.png') }}" rel="shortcut icon" type="image/png">
|
||||||
|
@endif
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
|
@ -28,29 +28,9 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>@yield('meta_title', 'Invoice Ninja') | {{ config('app.name') }}</title>
|
<title>@yield('meta_title', 'Invoice Ninja') | {{ config('app.name') }}</title>
|
||||||
<meta name="description" content="@yield('meta_description')"/>
|
<meta name="description" content="@yield('meta_description')"/>
|
||||||
|
@if(auth()->guard('contact')->user() && !auth()->guard('contact')->user()->user->account->isPaid())
|
||||||
<link href="{{ asset('favicon.png') }}" rel="shortcut icon" type="image/png">
|
<link href="{{ asset('favicon.png') }}" rel="shortcut icon" type="image/png">
|
||||||
|
@endif
|
||||||
<!--
|
|
||||||
TODO Setup social sharing info
|
|
||||||
<meta property="og:site_name" content="Invoice Ninja"/>
|
|
||||||
<meta property="og:url" content="{{ config('ninja.app_url') }}"/>
|
|
||||||
<meta property="og:title" content="Invoice Ninja"/>
|
|
||||||
<meta property="og:image" content="{{ config('ninja.app_url') }}images/logo.png"/>
|
|
||||||
<meta property="og:description" content="Create. Send. Get Paid."/>
|
|
||||||
--/>
|
|
||||||
<!-- http://realfavicongenerator.net -->
|
|
||||||
<!--
|
|
||||||
TODO Setup favicon
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url('apple-touch-icon.png') }}">
|
|
||||||
<link rel="icon" type="image/png" href="{{ url('favicon-32x32.png') }}" sizes="32x32">
|
|
||||||
<link rel="icon" type="image/png" href="{{ url('favicon-16x16.png') }}" sizes="16x16">
|
|
||||||
<link rel="manifest" href="{{ url('manifest.json') }}">
|
|
||||||
<link rel="mask-icon" href="{{ url('safari-pinned-tab.svg') }}" color="#3bc65c">
|
|
||||||
<link rel="shortcut icon" href="{{ url('favicon.ico') }}">
|
|
||||||
<meta name="apple-mobile-web-app-title" content="Invoice Ninja">
|
|
||||||
<meta name="application-name" content="Invoice Ninja">
|
|
||||||
<meta name="theme-color" content="#ffffff">
|
|
||||||
-->
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
|
@ -91,7 +91,9 @@
|
|||||||
|
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
||||||
|
@if(auth()->guard('contact')->user() && !auth()->guard('contact')->user()->user->account->isPaid())
|
||||||
{{-- <link href="{{ mix('favicon.png') }}" rel="shortcut icon" type="image/png"> --}}
|
{{-- <link href="{{ mix('favicon.png') }}" rel="shortcut icon" type="image/png"> --}}
|
||||||
|
@endif
|
||||||
|
|
||||||
<link rel="canonical" href="{{ config('ninja.app_url') }}/{{ request()->path() }}"/>
|
<link rel="canonical" href="{{ config('ninja.app_url') }}/{{ request()->path() }}"/>
|
||||||
|
|
||||||
|
@ -89,7 +89,10 @@
|
|||||||
@else
|
@else
|
||||||
<link href="{{ str_replace("setup", "", Request::url())}}css/app.css" rel="stylesheet">
|
<link href="{{ str_replace("setup", "", Request::url())}}css/app.css" rel="stylesheet">
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if(auth()->guard('contact')->user() && !auth()->guard('contact')->user()->user->account->isPaid())
|
||||||
{{-- <link href="{{ mix('favicon.png') }}" rel="shortcut icon" type="image/png"> --}}
|
{{-- <link href="{{ mix('favicon.png') }}" rel="shortcut icon" type="image/png"> --}}
|
||||||
|
@endif
|
||||||
|
|
||||||
<link rel="canonical" href="{{ config('ninja.app_url') }}/{{ request()->path() }}"/>
|
<link rel="canonical" href="{{ config('ninja.app_url') }}/{{ request()->path() }}"/>
|
||||||
|
|
||||||
|
@ -78,7 +78,9 @@
|
|||||||
|
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
||||||
|
@if(auth()->guard('contact')->user() && !auth()->guard('contact')->user()->user->account->isPaid())
|
||||||
{{-- <link href="{{ mix('favicon.png') }}" rel="shortcut icon" type="image/png"> --}}
|
{{-- <link href="{{ mix('favicon.png') }}" rel="shortcut icon" type="image/png"> --}}
|
||||||
|
@endif
|
||||||
|
|
||||||
<link rel="canonical" href="{{ config('ninja.app_url') }}/{{ request()->path() }}"/>
|
<link rel="canonical" href="{{ config('ninja.app_url') }}/{{ request()->path() }}"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user