fix(exampleSite): fix template syntax
This commit is contained in:
parent
d57996c177
commit
7853a2af06
|
@ -1,4 +1,4 @@
|
|||
<!-- Generated via https://favicon.io/favicon-generator/ -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ 'images/apple-touch-icon.png' | absURL }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ 'images/favicon-32x32.png' | absURL }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ 'images/favicon-16x16.png' | absURL }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href='{{ "images/apple-touch-icon.png" | absURL }}'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='{{ "images/favicon-32x32.png" | absURL }}'>
|
||||
<link rel="icon" type="image/png" sizes="16x16" href='{{ "images/favicon-16x16.png" | absURL }}'>
|
||||
|
|
Loading…
Reference in a new issue