aboutsummaryrefslogtreecommitdiff
path: root/app/views/contact.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-12-16 11:39:12 -0500
committerThedro Neely <thedroneely@gmail.com>2018-12-16 11:39:12 -0500
commit4b8ac0cc26c4d8b85a1e1805d0a3164b10d4cb9a (patch)
tree78ee7bd7e5d92ec5fb9e88cbfa0e7972d27302d5 /app/views/contact.view.php
parentfc00dddeb72ee8ff506512ddb82d249b49c0dde0 (diff)
downloadthedroneely.com-4b8ac0cc26c4d8b85a1e1805d0a3164b10d4cb9a.tar.gz
thedroneely.com-4b8ac0cc26c4d8b85a1e1805d0a3164b10d4cb9a.tar.bz2
thedroneely.com-4b8ac0cc26c4d8b85a1e1805d0a3164b10d4cb9a.zip
app/views/partials/footer: Remove inline JavaScript to single file
Keep closing body and html tag outside of footer
Diffstat (limited to 'app/views/contact.view.php')
-rw-r--r--app/views/contact.view.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index bfc0da5..542be6b 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -2,7 +2,7 @@
<body>
- <section class="section is-fullheight" itemscope itemtype="http://schema.org/WebPage">
+ <section class="section" itemscope itemtype="http://schema.org/WebPage">
<div class="hero-head">
@@ -84,3 +84,6 @@
</div>
<?php require __DIR__ . '/partials/footer.php'; ?>
+
+ </body>
+</html>