nav change

removed about button
This commit is contained in:
2026-05-05 15:12:30 +01:00
parent 3e215416f8
commit 6df3fb1901
+3 -4
View File
@@ -11,12 +11,10 @@
<header id="header"> <header id="header">
<div class="title-container"> <div class="title-container">
<h1 id="site-title">Revolt & Reason</h1> <h1 id="site-title">Revolt & Reason</h1>
<!-- <div id="article-title">Loading article...</div> -->
</div> </div>
<nav> <nav>
<ul> <ul>
<li><a href="index.html">Home</a></li> <li><a href="index.html">Home</a></li>
<!-- <li><a href="about.html">About</a></li> -->
</ul> </ul>
</nav> </nav>
</header> </header>
@@ -26,10 +24,11 @@
</main> </main>
<footer id="footer"> <footer id="footer">
<p>&copy; 2025 yak-blog v1 All rights reserved.</p> <p>&copy; 2026 yak-blog v1 All rights reserved.</p>
</footer> </footer>
</div> </div>
<script src="js/marked.min.js"></script>
<script src="js/main.js"></script> <script src="js/main.js"></script>
</body> </body>
</html> </html>