mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Missing closing body tags prevented LiveReload:
This commit is contained in:
parent
a1536d876f
commit
15c9ac3274
2 changed files with 4 additions and 0 deletions
|
@ -62,3 +62,5 @@ $('a[href^="{{ .Permalink }}#"]').click(function(e) {
|
|||
return false;
|
||||
})
|
||||
</script>
|
||||
|
||||
</body>
|
|
@ -77,3 +77,5 @@ $('a[href^="{{ .Permalink }}#"]').click(function(e) {
|
|||
return false;
|
||||
})
|
||||
</script>
|
||||
|
||||
</body>
|
Loading…
Reference in a new issue