dalaran.fr/themes/dalaran/layouts/partials/head.html
2025-01-17 16:33:34 +01:00

10 lines
375 B
HTML

{{ $sass_opts := dict "transpiler" "dartsass" }}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>{{ .Title }}</title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="index.xml"/>
{{ $style := resources.Get "css/main.scss" | toCSS $sass_opts | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}"/>
</head>