summaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-07 20:38:39 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-07 20:38:39 +0300
commitaf51a3e178eb7820dfcc90e6b2d026326653df0c (patch)
treef829edce7009701370ba49c747047eae9ab2f27e /docs/_layouts
parentff306da62c080c8d5867d20d2d9f464ed2d51388 (diff)
downloadinter-af51a3e178eb7820dfcc90e6b2d026326653df0c.tar.xz
website: get rid of home-made autoreload in favor of new livereload feature in jekyll 3.7
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/default.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index c1300b70e..3017293a8 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -96,6 +96,5 @@ endfor
gtag('config', 'UA-105091131-2');
</script>
{% endif %}
- {% include autoreload-in-debug.html %}
</body>
</html>