Remove deferred loading of css. Causes nasty page fluidity on page changes.
This commit is contained in:
parent
6db1e12b76
commit
ddcf6a28d0
2 changed files with 1 additions and 16 deletions
layouts/partials
|
@ -6,6 +6,7 @@
|
|||
<title>{{ .Title }} · {{ .Site.Title }}</title>
|
||||
<base href="{{ .Permalink }}">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/main.css" />
|
||||
{{ if .RSSlink }}
|
||||
<link href="{{ .RSSlink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue