diff options
author | JJ | 2024-01-05 02:44:30 +0000 |
---|---|---|
committer | JJ | 2024-01-05 02:44:30 +0000 |
commit | 15a2961e478faf0a4a81a04cafd951fdd4096a73 (patch) | |
tree | 31412bf193625fde16f5802f0db9a11ab85e0398 /_layouts | |
parent | 3f667c2404456f0c28683a226ffe3cbb1b8ee3d6 (diff) |
meow
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/web.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/web.html b/_layouts/web.html index 2079d24..e60f11d 100644 --- a/_layouts/web.html +++ b/_layouts/web.html @@ -17,10 +17,11 @@ layout: default <b><a href="/web">web</a></b> </nav> <nav> - <a href="/web/css">css</a> - <a href="/web/tailwind">tailwind</a> <a href="/web/html">html</a> <a href="/web/htmx">htmx</a> + <a href="/web/css">css</a> + <a href="/web/tailwind">tailwind</a> + <br> <a href="/web/markdown">markdown</a> <a href="/web/networking">networking</a> </nav> |