download patch
commit c50d9dc4a7788c565c151ab3141913a62b7663b3
Author: tri <tri@thac.loan>
Date: Tue Sep 30 20:12:29 2025 +0700
remove outdated FIXME
diff --git a/src/main.zig b/src/main.zig
index 7366bb5..1ed5562 100644
--- a/src/main.zig
+++ b/src/main.zig
const RepoSummary = struct {
};
// TODO: decide on some sort of templating system
-// FIXME: no html escape is being done
pub fn writeHomePage(arena: mem.Allocator, dir: fs.Dir, repos: []RepoSummary) !void {
var file = try dir.createFile("index.html", .{});
defer file.close();