Missing closing body tags prevented LiveReload:

This commit is contained in:
Vicky 2017-06-16 18:30:47 +08:00
parent a1536d876f
commit 15c9ac3274
2 changed files with 4 additions and 0 deletions

View file

@ -62,3 +62,5 @@ $('a[href^="{{ .Permalink }}#"]').click(function(e) {
return false;
})
</script>
</body>

View file

@ -77,3 +77,5 @@ $('a[href^="{{ .Permalink }}#"]').click(function(e) {
return false;
})
</script>
</body>