aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 03:32:39 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 03:32:39 -0400
commit38e1648ac5c9ed426c4dd0b18f73aec0013272c9 (patch)
tree67dbba8025beaf21701e05eb38369ddc6c191c41 /app/views/partials
parenta637920cdf8c7dad65758e29b631c6b3439bcc1f (diff)
downloadthedroneely.com-38e1648ac5c9ed426c4dd0b18f73aec0013272c9.tar.gz
thedroneely.com-38e1648ac5c9ed426c4dd0b18f73aec0013272c9.tar.bz2
thedroneely.com-38e1648ac5c9ed426c4dd0b18f73aec0013272c9.zip
app/views/partials/footer: Fix section tags on footer
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php14
1 files changed, 5 insertions, 9 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index 80cea21..9cee022 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -1,8 +1,7 @@
-<div class="hero-foot">
-
-<br>
+</section>
- <footer class="footer">
+<footer class="hero-foot">
+ <div class="footer">
<div class="container">
<div class="columns is-centered">
@@ -46,11 +45,8 @@
</div>
</div>
- </footer>
-
-</div>
-
-</section>
+ </div>
+</footer>
<script src="/dist/app.js"></script>