stagit

personal fork of static git page generator
git clone https://a3nm.net/git/stagit/
Log | Files | Refs | README | LICENSE

commit 19f1a810c6af088a0217225ff22497be41ba8712
parent 557a45bb4c2d613e9f12aa7d3f8a5823d754b5e5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  9 May 2018 23:48:05 +0200

fix link

Diffstat:
stagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -360,7 +360,7 @@ writeheader(FILE *fp, const char *title) fputs("</a></td></tr>", fp); } fputs("<tr><td></td><td>\n", fp); - fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath); + fprintf(fp, "<a href=\"%sindex.html\">Log</a> | ", relpath); fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath); fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath); if (hassubmodules)