2025-01-14 16:52:36 +01:00
|
|
|
{{ $sass_opts := dict "transpiler" "dartsass" }}
|
2024-09-28 12:53:17 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<title>{{ .Title }}</title>
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="index.xml"/>
|
2025-01-14 16:52:36 +01:00
|
|
|
{{ $style := resources.Get "css/main.scss" | toCSS $sass_opts | minify | fingerprint }}
|
2024-09-28 12:53:17 +02:00
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}"/>
|
|
|
|
</head>
|