1
0
Fork 0

[meta] Re-add the stylesheet preloader

This commit is contained in:
Sebastian Schulze 2020-11-28 00:46:48 +01:00
parent becc0050c4
commit 3746cbbc87
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<link rel="preload" href="{{ .Site.BaseURL }}fonts/woff/roboto_slab.woff" as="font" type="font/woff2" crossorigin>
{{ $css := resources.Match "css/**.css" | resources.Concat "combined.css" | minify | fingerprint -}}
<link rel="preload" as="style" href="{{ $css.Permalink }}">
<link rel="stylesheet" href="{{ $css.Permalink }}">
<link rel="micropub" href="https://pub.bascht.com/micropub">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">