stagit

static git page generator
git clone https://git.awy.one/stagit
Log | Files | Refs | README | LICENSE

commit 3f5689ad7aa5246121803344352773823bf1f387
parent 67bf696ef2fee96e92c30d28635343536baa51cf
Author: awy <awy@awy.one>
Date:   Fri, 10 Apr 2026 23:12:27 +0300

show raw license file

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

diff --git a/stagit.c b/stagit.c @@ -559,7 +559,7 @@ writeheader(FILE *fp, const char *title) if (readme) fprintf(fp, " | <a href=\"%sreadme.html\">README</a>", relpath); if (license) - fprintf(fp, " | <a href=\"%sfile/%s.html\">LICENSE</a>", + fprintf(fp, " | <a href=\"%sraw/%s\">LICENSE</a>", relpath, license); fputs("</td></tr></table>\n<hr/>\n<div id=\"content\">\n", fp); fputs("</div>\n", fp);