about summary refs log tree commit diff
path: root/layouts/partials/head-extra.html
blob: a3bc7b99e6468070a500580468aea866ae0ed2bc (plain) (blame)
1
2
3
4
5
<link rel="stylesheet" href={{ "/css/custom.css" | 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 }}>
<link rel="manifest" href={{ "/images/site.webmanifest" | absURL }}>