6 lines
442 B
HTML

{{- $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 }}'>