Adds favicon
Torey Heinz
committed Jul 03, 2018
commit 6ee71695751396209dc7d5f2a6c7b000f03977d0
Showing 1
changed file with
1 additions
and 0 deletions
app/views/snippets/meta-data.liquid
+1
-0
| @@ | @@ -2,3 +2,4 @@ |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Choice Castings | {{ page.title }}</title> | |
| + | <link rel="shortcut icon" href="{{ 'ChoiceCastingsLogo.png' | theme_image_url | resize: '48x48#', optimize: 100 }}"> |