nav change

removed home and about page, no point having a home button when your already on the homepage.
This commit is contained in:
2026-05-05 15:13:43 +01:00
parent 6df3fb1901
commit 609b1d7ca8
+2 -3
View File
@@ -15,8 +15,6 @@
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="about.html">About</a></li> -->
</ul>
</nav>
</header>
@@ -34,7 +32,7 @@
</main>
<footer id="footer">
<p>&copy; 2025 yak-blog v1 All rights reserved.</p>
<p>&copy; 2026 yak-blog v1 All rights reserved.</p>
</footer>
</div>
<script type="text/javascript">
@@ -46,6 +44,7 @@ if (localStorage.getItem("siteVersion") !== siteVersion) {
}
</script>
<script src="js/marked.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>