vanilla-hugo/layouts/partials/defercss.html

3 lines
189 B
HTML
Raw Permalink Normal View History

<link rel="preload" href="{{ .url }}" as="style" onload="this.onload=null;this.rel='stylesheet'" {{ .extra | safeHTMLAttr }}>
<noscript><link rel="stylesheet" href="{{ .url }}"></noscript>