feat: favicon
This commit is contained in:
+9
-2
@@ -3,13 +3,20 @@
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="/resources/css/style.css" />
|
||||
<!-- <link rel="icon" href="/favicon.ico"> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/assets/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="Tout Doux" />
|
||||
<link rel="manifest" href="/assets/site.webmanifest" />
|
||||
|
||||
<!-- card related -->
|
||||
<meta property="og:title" content="{{ title }}">
|
||||
<meta property="og:description" content="{{ lang('home') }}">
|
||||
<meta property="og:image" content="{{ app_url }}/assets/preview_640x320.jpg">
|
||||
<meta property="og:image" content="{{ app_url }}/assets/favicon-96x96.jpg">
|
||||
<meta property="og:url" content="{{ app_url }}/{{ path }}">
|
||||
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user