feat: links and posts now live on the same page, no need for a navbar
This commit is contained in:
parent
c35e388f03
commit
5502454025
6 changed files with 29 additions and 155 deletions
|
|
@ -11,23 +11,12 @@
|
|||
<body>
|
||||
<header>
|
||||
<h1>Will Holdsworth</h1>
|
||||
<hr />
|
||||
<nav>
|
||||
<a href="../../../index.html">Home</a>
|
||||
|
|
||||
<a href="../../../projects/index.html">Projects</a>
|
||||
| Blog |
|
||||
<a href="../../../pages/links.html">Links</a>
|
||||
</nav>
|
||||
<hr />
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<a href="../../index.html">« Return to posts</a>
|
||||
<a href="../../../index.html">« Return to posts</a>
|
||||
<h1>Title</h1>
|
||||
<a href="#top">^ Back to top</a>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<hr />
|
||||
Copyright (C) 2025 Will Holdsworth under MPLv2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue