diff options
-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> |