Commit c87e90cd authored by Vadym Gidulian's avatar Vadym Gidulian

Used 'defer' instead of 'async'

parent 878fb63d
......@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Project</title>
<script async src="/js/script.all.min.js"></script>
<script defer src="/js/script.all.min.js"></script>
<link rel="stylesheet" href="/css/style.all.min.css">
</head>
<body>
......
......@@ -3,7 +3,7 @@ mixin head(title)
meta(charset="UTF-8")
title= title
script(async src="/js/script.all.min.js")
script(defer src="/js/script.all.min.js")
link(rel="stylesheet" href="/css/style.all.min.css")
block
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment