소스 검색

feat: CLS - preconnect to Google Fonts earlier

Also, allow disabling Isotope on a specifc page, such as home
George Cushen 3 년 전
부모
커밋
b02a90a434
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      wowchemy/layouts/partials/site_head.html

+ 1 - 2
wowchemy/layouts/partials/site_head.html

@@ -1,3 +1,4 @@
+{{ $scr := .Scratch }}
 <head>
   <meta charset="utf-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -46,8 +47,6 @@
     <meta name="msvalidate.01" content="{{ . }}" />
   {{- end -}}
 
-  {{ $scr := .Scratch }}
-
   {{/* Attempt to load superuser. */}}
   {{ $superuser_name := "" }}
   {{ $superuser_username := "" }}