summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html19
1 files changed, 11 insertions, 8 deletions
diff --git a/templates/base.html b/templates/base.html
index a3ae28f..cff513b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -40,15 +40,16 @@
<body>
<nav>
- <a href="/#contact">Contact</a>
- <a href="/#reviews">Reviews</a>
- <a href="/about">Team</a>
- <a href="/policies">Policies</a>
- <a href="/posts">Posts</a>
- <a href="/#help">Helpful Links</a>
- <a href="/brochure">Brochure</a>
- <a href="/#offerings">Services</a>
<a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a>
+ <a href="/#offerings">Services</a>
+ <a href="/brochure">Brochure</a>
+ <a href="/#help">Helpful Links</a>
+ <a href="/posts">Posts</a>
+ <a href="/policies">Policies</a>
+ <a href="/about">Team</a>
+ <a href="/#reviews">Reviews</a>
+ <a href="/#contact">Contact</a>
+ <a href="#">More&hellip;</a>
</nav>
<main>
@@ -81,6 +82,8 @@
</a>
</p>
</footer>
+
+ <script src="/nav.js"></script>
</body>
</html>