stagit
Personal fork of stagit
git clone git://mccd.space/stagit
| Log | Files | Refs | README | LICENSE |
commit d1e5d41e9ba277e7c87e2be4de8f3d473f1662b1 parent cceebe51a0b09cef06d3abb6d31257aef60125ca Author: Marc <marc@coquand.email> Date: Tue, 30 Jun 2026 15:15:27 +0200 * Diffstat:
| M | stagit-index.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit-index.c b/stagit-index.c
@@ -106,7 +106,7 @@ writeheader(FILE *fp)
fputs("</head>\n<body>\n", fp);
fputs("<header><nav><a class=\"logo\" id=\"logo\" href=\"/\">mccd</a><ul><li><a href=\"https://merveilles.town/@mccd\">mastodon</a></li><li><a href=\"/feed.xml\">rss</a></li><li><a href=\"/git\">git</a></li><li><a href=\"/wiki\">wiki</a></li></ul></nav></header>", fp);
- fputs("<main id=\"git-content\">\n"
+ fputs("<main id=\"git-content\"><h1 class=\"title\">Repositories</h1>\n"
"<table id=\"index\"><thead>\n"
"<tr><td><b>Name</b></td><td><b>Description</b></td>"
"<td><b>Last commit</b></td></tr>"