Add favicon details to index.html

This commit is contained in:
Leonard Smith 2021-03-31 15:12:52 -05:00
parent 2261674967
commit 4c22e35e2d
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/favicon/site.webmanifest">
{{content-for "book-data"}}
{{content-for "head"}}