put meta tag
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-09 23:44:39 +09:00
commit 7ba6dc3a35
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -53,6 +53,7 @@ static int parse_file(const char* top, const char* full) {
fprintf(f, "<html>\n");
fprintf(f, " <head>\n");
fprintf(f, " <meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\">\n");
fprintf(f, " <meta name=\"generator\" content=\"Taiga\">\n");
fprintf(f, " <title>%s</title>\n", title);
if((nodes = xl_get_path(header, "link")) != NULL) {