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 21c7b1669ce9036939fc008f0bccd3659cb8e880
parent 6d232afb0500ed1c47b6938f6037646f2846a5ea
Author: root <root>
Date:   Tue, 27 May 2025 20:59:57 +0200

add new meta tag

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

diff --git a/stagit-index b/stagit-index Binary files differ. 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.