dalaran.fr/themes/dalaran/layouts/partials/head.html

10 lines
315 B
HTML
Raw Normal View History

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"/>
{{ $style := resources.Get "css/main.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}"/>
</head>