mirror of
git://git.codemadness.org/stagit
synced 2025-03-08 15:49:10 -05:00
add meta viewport on stagit-index too
Patch by Oscar Benedito, thanks!
This commit is contained in:
parent
f464058501
commit
995f7d5c5d
@ -66,6 +66,7 @@ writeheader(FILE *fp)
|
||||
fputs("<!DOCTYPE html>\n"
|
||||
"<html>\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"
|
||||
"<title>", fp);
|
||||
xmlencode(fp, description, strlen(description));
|
||||
fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
|
||||
|
Loading…
x
Reference in New Issue
Block a user