srctree
repos
owner
network
issues
6
diffs
3
Public
Gregory Mullen
parent
9a3f832b
14707759
whoopsies
src/endpoints/repos.zig
added: 2, removed: 2, total 0
@@ -579,7 +579,7 @@ fn excludedExt(name: []const u8) bool {
inline for (exclude_ext) |un| {
if (std.mem.endsWith(u8, name, un)) return true;
}
return true;
return false;
}
const BlobPage = Template.PageData("blob.html");