rimarima/themes/hugo-liftoff/layouts/partials/head/head.html
Adrian Amaglio c09f092db4 init
2023-11-17 10:54:41 +01:00

10 lines
363 B
HTML

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{{ partial "head/resource-hints.html" . }}
{{ partial "head/styles.html" . }}
{{ partial "head/seo/seo.html" . }}
{{ partial "head/favicons.html" . }}
{{ partial "head/scripts.html" . }}
</head>