diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-08-10 20:19:17 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-08-10 20:19:17 +0100 |
commit | e05f4b47ecd0cb0dac273afc420b51768bedcc5e (patch) | |
tree | 5d6dac85388af71e30a032670f3b9622e6535604 /content/projects | |
parent | 8a0464bcf2582084bd765f67de6f283545af2c7d (diff) | |
download | mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.gz mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.bz2 mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.xz mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.zip |
Migrate to zine 0.3.0
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/index.md | 2 | ||||
-rw-r--r-- | content/projects/zigvm.md | 2 | ||||
-rw-r--r-- | content/projects/zipdl.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/content/projects/index.md b/content/projects/index.md index c1e06a7..1c70c79 100644 --- a/content/projects/index.md +++ b/content/projects/index.md @@ -2,5 +2,5 @@ .title = "About", .author = "Martin Ashby", .date = @date("2024-03-01T23:59:52Z"), -.layout = "list.html", +.layout = "list.shtml", --- diff --git a/content/projects/zigvm.md b/content/projects/zigvm.md index 10ec494..c19fbd3 100644 --- a/content/projects/zigvm.md +++ b/content/projects/zigvm.md @@ -2,7 +2,7 @@ .title = "zigvm", .author = "Martin Ashby", .date = @date("2024-05-28T20:18:54+01:00"), -.layout = "single.html", +.layout = "single.shtml", --- A tool to download and manage versions of the [zig](https://ziglang.org/) compiler. diff --git a/content/projects/zipdl.md b/content/projects/zipdl.md index 5b89963..0ef7bc6 100644 --- a/content/projects/zipdl.md +++ b/content/projects/zipdl.md @@ -2,7 +2,7 @@ .title = "zipdl", .author = "Martin Ashby", .date = @date("2024-05-28T20:18:54+01:00"), -.layout = "single.html", +.layout = "single.shtml", --- A program for downloading individual files from a remote ZIP file on a http server that supports [Range](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range) requests. |