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 bf3da7913687524f683906bc6cb6420515bc5725
parent 09f2872610c7b3ca5133395e8f4a83650ae88042
Author: root <root>
Date:   Tue, 27 May 2025 20:59:57 +0200

add new meta tag

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

diff --git a/stagit-index.c b/stagit-index.c @@ -99,6 +99,7 @@ writeheader(FILE *fp) "<html lang=\"en\">\n<head>\n" "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n" "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n" + "<meta name=\"description\" content=\"A collection of git repositories\" />\n" "<title>", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath); diff --git a/stagit-index.o b/stagit-index.o Binary files differ.