10 lines
315 B
HTML
10 lines
315 B
HTML
|
<!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>
|