feat: move posts section to the top
This commit is contained in:
parent
f11c461c64
commit
233e1ce532
1 changed files with 9 additions and 9 deletions
|
|
@ -13,6 +13,15 @@
|
||||||
<h1>Will Holdsworth</h1>
|
<h1>Will Holdsworth</h1>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<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 with dufs and NixOS
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<h2>Services</h2>
|
<h2>Services</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -53,15 +62,6 @@
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<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 with dufs and NixOS
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
href="https://linkedin.com/in/wholds"
|
href="https://linkedin.com/in/wholds"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue