Microfix for the icon link elements
Removed the duplicated icon link elements.
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
<link rel="alternate" type="application/atom+xml" href="/atom" title="{{ $pageTitle ?: Setting::get('app_name') }} Status - Atom Feed">
|
||||
<link rel="alternate" type="application/rss+xml" href="/rss" title="{{ $pageTitle ?: Setting::get('app_name') }} Status - RSS Feed">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.ico">
|
||||
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
|
||||
|
||||
<!-- Mobile friendliness -->
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
Reference in New Issue
Block a user