Skip to content

Commit

Permalink
Load critical CSS first
Browse files Browse the repository at this point in the history
Former-commit-id: a33025b [formerly 0c383f5]
Former-commit-id: 821c7ae457a1c7bcd3bad0b906c22d33b27b05f5
Former-commit-id: 1e88ae8
  • Loading branch information
UtkarshVerma committed Apr 26, 2018
1 parent 8731f79 commit 868a98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="{{ .Site.LanguageCode }}">

<head>
{{ partial "criticalCSS.html" . }}
<title> {{- block "title" . -}}{{ .Site.Title }}{{- end -}}</title>
{{ partial "head.html" . }}
{{ partial "init_head.html" . }}
{{ partial "criticalCSS.html" . }}
</head>

<body>
Expand Down

0 comments on commit 868a98e

Please sign in to comment.