hugo-skeleton/themes/default/layouts/partials/head.html

9 lines
342 B
HTML
Raw Normal View History

2025-02-06 17:44:53 +01:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Site.Title }}</title>
{{- with resources.Get "sass/style.scss" }}
{{- $opts := dict "transpiler" "libsass" "targetPath" "css/media.css" }}
{{- with . | toCSS $opts }}
<link rel="stylesheet" href="{{ .RelPermalink }}">
{{- end }}
{{- end }}