Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.io>2017-06-16 13:28:02 +0300
committerVicky <vicky@vickylai.io>2017-06-16 13:28:02 +0300
commita1536d876f608c27b297f8e73d64916a1448fc97 (patch)
tree29278ad9ec91e82394199f8962115f3425a45414
parent5dee751f9e597cc02c4abc67702a2a55bf63c034 (diff)
Missing closing body tag prevented LiveReload.
-rw-r--r--layouts/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c20ad18..f0f0edf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -149,4 +149,6 @@ $('a[href^="#"]').click(function(e) {
}, 500);
return false;
})
-</script> \ No newline at end of file
+</script>
+
+</body> \ No newline at end of file