Simple site layout design
This commit is contained in:
5
layouts/_partials/favicon.html
Normal file
5
layouts/_partials/favicon.html
Normal file
@ -0,0 +1,5 @@
|
||||
{{- $faviconsDir := absURL site.Params.faviconsDir }}
|
||||
<link rel="apple-touch-icon" sizes="180x180" href='{{ printf "%sapple-touch-icon.png" $faviconsDir }}'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='{{ printf "%sfavicon-32x32.png" $faviconsDir }}'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='{{ printf "%sfavicon-16x16.png" $faviconsDir }}'>
|
||||
<link rel="manifest" href='{{ printf "%ssite.webmanifest" $faviconsDir }}'>
|
Reference in New Issue
Block a user