From 15fc92aa6b28a5bb410aa03f4ae3668551ee9d13 Mon Sep 17 00:00:00 2001 From: Andrew Lee <andytaelee@gmail.com> Date: Sat, 10 Sep 2016 22:27:41 -0400 Subject: [PATCH] Remove livereload line --- _layouts/default.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d205e53..26a2629 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,8 +23,5 @@ {% include footer.html %} - <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script> - - </body> </html> -- GitLab