Skip to content

Commit

Permalink
站点 favicon 可自定义化
Browse files Browse the repository at this point in the history
  • Loading branch information
vlssu committed Jul 17, 2023
1 parent f777606 commit 0a961bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/views/templates/wrapper.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="robots" content="noindex">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="{{ config('logo.favicon', '/favicons/favicon-32x32.png') }}" sizes="32x32">
<link rel="icon" type="image/png" href="{{ config('logo.favicon', '/favicons/favicon-16x16.png') }}" sizes="16x16">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#bc6e3c">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<link rel="shortcut icon" href="{{ config('logo.favicon', '/favicons/favicon.ico') }}">
<link rel="icon" type="image/png" href="{{ config('logo.favicon', '/favicons/favicon.ico') }}">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#0e4688">
@show
Expand Down

0 comments on commit 0a961bc

Please sign in to comment.