summaryrefslogtreecommitdiff
path: root/www/posts/netlify/index.html
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-05-21 18:59:15 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-05-21 18:59:15 +0100
commit0b9acaf9eb8ba65595fe2762abfa79b0cd636acf (patch)
tree5f0bdff9a5f6ee02a55d49aebee55694b7671cc6 /www/posts/netlify/index.html
parent7d1cf217e8b8a45eb18f9af14a73f54ae385e17f (diff)
Add defer attribute to js links
Diffstat (limited to 'www/posts/netlify/index.html')
-rw-r--r--www/posts/netlify/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/posts/netlify/index.html b/www/posts/netlify/index.html
index 8ede82c..a53971a 100644
--- a/www/posts/netlify/index.html
+++ b/www/posts/netlify/index.html
@@ -22,7 +22,7 @@
</head>
<body>
<section><h1>The Home of David T. Sadler - All Posts About Netlify</h1><a href="/posts/netlify/2020-06-08/publishing-jigsaw-posts-with-netlify-build-hooks/">2020-06-08 - Publishing Jigsaw Posts With Netlify Build Hooks</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></section>
- <script src="/js/highlight.min.js"></script>
- <script src="/js/site.js"></script>
+ <script defer src="/js/highlight.min.js"></script>
+ <script defer src="/js/site.js"></script>
</body>
</html>