stagit

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

commit 557a45bb4c2d613e9f12aa7d3f8a5823d754b5e5
parent 275b3b84441e82323b63ddceb918207de28d4a1b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  9 May 2018 23:21:11 +0200

no log.html

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

diff --git a/stagit-index.c b/stagit-index.c @@ -129,7 +129,7 @@ writelog(FILE *fp) fputs("<tr><td><a href=\"", fp); xmlencode(fp, stripped_name, strlen(stripped_name)); - fputs("/log.html\">", fp); + fputs("/\">", fp); xmlencode(fp, stripped_name, strlen(stripped_name)); fputs("</a></td><td>", fp); xmlencode(fp, description, strlen(description));