Skip to content

Commit

Permalink
add lazyload script to head
Browse files Browse the repository at this point in the history
  • Loading branch information
nathakits committed May 29, 2017
1 parent a4807f8 commit c1d961d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/includes/head.jade
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ head
//- js modernizr
script(src=contents.js.vendor['modernizr-2.8.3.min.js'].url)

//- js lazysizes
script(src=contents.js.vendor['lazysizes.min.js'].url)

//- cache control params should be modified
meta(http-equiv="Cache-control" max-age=86400 content="public")

Expand Down

0 comments on commit c1d961d

Please sign in to comment.