Update Husky scripts

This commit is contained in:
nitrohorse
2019-08-03 13:29:51 -07:00
parent de91049200
commit 9b4f84d96c
80 changed files with 2368 additions and 1765 deletions

View File

@ -2,10 +2,10 @@
layout: minimal
---
<div class="container" role="main">
<main>
{{ content }}
</main>
<footer>
{% include footer.html %}
</footer>
<main>
{{ content }}
</main>
<footer>
{% include footer.html %}
</footer>
</div>

View File

@ -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>

View File

@ -3,8 +3,8 @@ layout: default
---
<div class="jumbotron p-5">
<h1 class="display-4">{{ page.title }}</h1>
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description }}</p>{% endif %}
<h1 class="display-4">{{ page.title }}</h1>
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description }}</p>{% endif %}
</div>
{{ content }}
{{ content }}