fix: fixing footer navigation

This commit is contained in:
2023-12-14 22:47:10 -06:00
parent ebd803282c
commit f39ce73978
3 changed files with 33 additions and 36 deletions

View File

@@ -39,11 +39,7 @@
<div class="footer-widget">
<h4>Navigation</h4>
<ul class="footer-list-widget">
<li><a href="blog.html">Blog</a></li>
<li><a href="activity.html">Activity</a></li>
<li><a href="popular-collections-2.html">Collections</a></li>
<li><a href="signin.html">Signin</a></li>
<li><a href="signup.html">SignUp</a></li>
@include('partials.nav.main')
</ul>
</div>
</div>
@@ -70,4 +66,4 @@
</div>
</div>
</footer>
{{-- End Footer --}}
{{-- End Footer --}}