diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-05-28 20:56:19 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-05-28 20:56:19 +0100 |
commit | 7d296d575b49f5de94f7354094344573b8701199 (patch) | |
tree | c2e9af4b7741dc75c5baf9c32ee2994bbbeef5b1 /layouts/templates/main.html | |
parent | 12e32e5559be7427483f8520a58dce34046f020c (diff) | |
download | mfashby.net-7d296d575b49f5de94f7354094344573b8701199.tar.gz mfashby.net-7d296d575b49f5de94f7354094344573b8701199.tar.bz2 mfashby.net-7d296d575b49f5de94f7354094344573b8701199.tar.xz mfashby.net-7d296d575b49f5de94f7354094344573b8701199.zip |
Update build.zig.zon to use veggiemonk's fork for zig 0.13-dev
Add projects section
Add zipdl and zigvm project pages, remove download links from posts and
replace with project page links
Diffstat (limited to 'layouts/templates/main.html')
-rw-r--r-- | layouts/templates/main.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/templates/main.html b/layouts/templates/main.html index 5a4dd1f..5d99d63 100644 --- a/layouts/templates/main.html +++ b/layouts/templates/main.html @@ -13,6 +13,7 @@ <ul class="menu"> <li><a href="/posts">home</a></li> <li><a href="/about">about</a></li> + <li><a href="/projects">projects</a></li> <li><a href="/index.xml">rss</a></li> </ul> <hr/> |