don't use absolute paths unless necessary
This commit is contained in:
parent
af5883e951
commit
ca7b775ef3
3 changed files with 9 additions and 9 deletions
|
|
@ -13,13 +13,13 @@
|
|||
<h1>Will Holdsworth</h1>
|
||||
<hr>
|
||||
<nav>
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="index.html">Home</a>
|
||||
|
|
||||
<a href="/projects/index.html">Projects</a>
|
||||
<a href="projects/index.html">Projects</a>
|
||||
|
|
||||
<a href="/blog/index.html">Blog</a>
|
||||
<a href="blog/index.html">Blog</a>
|
||||
| About |
|
||||
<a href="/contact.html">Contact</a>
|
||||
<a href="contact.html">Contact</a>
|
||||
</nav>
|
||||
<hr>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<main>
|
||||
<h2>Posts</h2>
|
||||
<ul>
|
||||
<li>2025-01-28 | <a href="/blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html">Quick and easy cloud storage
|
||||
<li>2025-01-28 | <a href="2025/01/28-leveraging-nixos-dufs-cloud-storage.html">Quick and easy cloud storage
|
||||
with dufs and NixOS
|
||||
</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -13,13 +13,13 @@
|
|||
<h1>Will Holdsworth</h1>
|
||||
<hr>
|
||||
<nav>
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="index.html">Home</a>
|
||||
|
|
||||
<a href="/projects/index.html">Projects</a>
|
||||
<a href="projects/index.html">Projects</a>
|
||||
|
|
||||
<a href="/blog/index.html">Blog</a>
|
||||
<a href="blog/index.html">Blog</a>
|
||||
|
|
||||
<a href="/about.html">About</a>
|
||||
<a href="about.html">About</a>
|
||||
| Contact
|
||||
</nav>
|
||||
<hr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue