commit - 0166a84d17801ed5a375e8278d2a22ff5616fd39
commit + 2dd4ea8fb1236390f9f71f35d003e765e531d475
blob - fe305e41465feb91d36e6e7ab9996069a3429e04
blob + 7c71e571d0fee94797c20eee010840875faae350
--- stagit.c
+++ stagit.c
xmlencode(fp, name, strlen(name));
fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath);
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://stagit.btxx.org/style.css\" />\n");
- fputs("</head>\n<body>\n<table>", fp);
- fputs("<tr><td><h1>", fp);
+ fputs("</head>\n<body>\n<a href='https://stagit.btxx.org'>← index</a>", fp);
+ fputs("<table><tr><td><h1>", fp);
xmlencode(fp, strippedname, strlen(strippedname));
fputs("</h1><span class=\"desc\">", fp);
xmlencode(fp, description, strlen(description));