Ver código fonte

Add noscript link to main stylesheet

ApisNecros 1 ano atrás
pai
commit
75abc2ee2b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      layouts/partials/head.html

+ 1 - 0
layouts/partials/head.html

@@ -30,6 +30,7 @@
 	<meta name="canonical" content="{{ .Permalink }}" />
 	
 	<link rel="preload" as="style" href="/css/tailwind.min.css" onload="this.onload=null;this.rel='stylesheet'" />
+	<noscript><link rel="stylesheet" href="/css/tailwind.min.css" /></noscript>
 	<link rel="preload" as="style" href="/css/unicons/line.css" onload="this.onload=null;this.rel='stylesheet'" />
 	<noscript><link rel="stylesheet" href="/css/unicons/line.css" /></noscript>