aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-11-12 20:34:37 -0600
committerMatt Rude <[email protected]>2017-11-12 20:34:37 -0600
commitfe0ae7764a73598604c1c2207aea94288dc536ab (patch)
tree4498827b42134b81b5aacbdb84cb2a6f4b323c58
parent8ff082a45a97bf92b077dd400fda34ff647da6ea (diff)
downloadxmpp-site-builder-fe0ae7764a73598604c1c2207aea94288dc536ab.tar.gz
xmpp-site-builder-fe0ae7764a73598604c1c2207aea94288dc536ab.tar.bz2
xmpp-site-builder-fe0ae7764a73598604c1c2207aea94288dc536ab.zip
Minor change to footer
-rw-r--r--_includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 511e012..560e9f4 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -12,7 +12,7 @@
</div><!-- Closing Footer Section -->
</div><!-- Closing Menu Section (from header) -->
</div>
-</body>{% if page.url == "/files/register_web/register.html" %}
+</body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>{% if page.url == "/files/register_web/register.html" %}
<script src="https://raw.github.com/ReactiveRaven/jqBootstrapValidation/1.3.6/jqBootstrapValidation.js"></script><!-- This is the Register page, so we will add jqBootstrapValidation -->{% endif %}
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>