Update Husky scripts
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% include head.html %}
|
||||
|
||||
<body data-spy="scroll" data-target="#navbar">
|
||||
<header>
|
||||
{% include nav.html %}
|
||||
<div id="top" class="py-4"></div>
|
||||
</header>
|
||||
{{ content }}
|
||||
{% include scripts.html %}
|
||||
<header>
|
||||
{% include nav.html %}
|
||||
<div id="top" class="py-4"></div>
|
||||
</header>
|
||||
{{ content }}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user