Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
async open sans
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeroubie committed Oct 13, 2017
1 parent 465cfcd commit 58364bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@{
// Every time you publish add one to this number to prevent browser caching
int cachingVersion = 1;
Script.Include(Url.Content(Html.ThemePath(WorkContext.CurrentTheme, "/fonts/opensans.js"))).AtHead().SetAttribute("async", null);
Script.Include(Url.Content(Html.ThemePath(WorkContext.CurrentTheme, "/fonts/opensans.js"))).AtHead().SetAttribute("async", "");
Style.Include(Url.Content(Html.ThemePath(WorkContext.CurrentTheme, "/css/main.css?version=" + cachingVersion)));
Script.Include(Url.Content(Html.ThemePath(WorkContext.CurrentTheme, "/js/dist/libraries.js?version=" + cachingVersion))).AtFoot();
Script.Include(Url.Content(Html.ThemePath(WorkContext.CurrentTheme, "/js/dist/application.js?version=" + cachingVersion))).AtFoot();
Expand Down

0 comments on commit 58364bb

Please sign in to comment.