Back (Current repo: stagit)

fork of stagit, static page generator for git
To clone this repository:
git clone https://git.viktor1993.net/stagit.git
Log | Download | Files | Refs | README | LICENSE

commit 17ffb39be6dc86535cc413511450129d5a90e3e5
parent d6bba896adc2a6217adb2e9db3e97daf8c4d2657
Author: root <root>
Date:   Sun, 20 Apr 2025 14:20:20 +0200

stop loading non-existent css file

Diffstat:
Mstagit-index | 0
Mstagit-index.c | 2+-
Mstagit-index.o | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit-index b/stagit-index Binary files differ. diff --git a/stagit-index.c b/stagit-index.c @@ -102,7 +102,7 @@ writeheader(FILE *fp) "<title>", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath); - fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath); + fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstylesheet.css\" />\n", relpath); fputs("</head>\n<body><div class=\"main-container\">\n", fp); fputs("<table>\n<tr><td><span class=\"repotitle\">", fp); xmlencode(fp, description, strlen(description)); diff --git a/stagit-index.o b/stagit-index.o Binary files differ.