Remove deferred loading of css. Causes nasty page fluidity on page changes.

This commit is contained in:
Tony Blyler 2016-11-03 16:08:27 -04:00
parent 6db1e12b76
commit ddcf6a28d0
2 changed files with 1 additions and 16 deletions
layouts/partials

View file

@ -6,6 +6,7 @@
<title>{{ .Title }} &middot; {{ .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 }}