Head errors fixed + legals canonical url fixed + better comments
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" type="image/png" href="/img/favicon/favicon-32.png" sizes="32x32">
|
||||
@ -11,12 +12,13 @@
|
||||
<!-- iOS -->
|
||||
<link rel="apple-touch-icon" href="/img/favicon/favicon-152.png" sizes="152x152">
|
||||
<link rel="apple-touch-icon" href="/img/favicon/favicon-180.png" sizes="180x180">
|
||||
<meta charset="utf-8">
|
||||
<link rel="apple-touch-icon" href="/img/favicon/favicon-192.png">
|
||||
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
|
||||
<meta name="theme-color" content="{{ browser_color }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="{{ browser_color }}">
|
||||
<meta name="description" content="{{ description }}">
|
||||
<meta name="keywords" content="{{ keywords }}">
|
||||
<meta name="author" content="{{ author }}">
|
||||
@ -40,5 +42,4 @@
|
||||
<!-- Scripts -->
|
||||
<script src="https://kit.fontawesome.com/7c6bfe3c24.js" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript" src="/js/lumeex.js?{{ build_date }}" defer></script>
|
||||
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
|
||||
</head>
|
Reference in New Issue
Block a user