commit 2dd4ea8fb1236390f9f71f35d003e765e531d475 from: Bradley Taunt date: Sat Nov 16 17:16:06 2024 UTC Add return to index link on sub pages commit - 0166a84d17801ed5a375e8278d2a22ff5616fd39 commit + 2dd4ea8fb1236390f9f71f35d003e765e531d475 blob - fe305e41465feb91d36e6e7ab9996069a3429e04 blob + 7c71e571d0fee94797c20eee010840875faae350 --- stagit.c +++ stagit.c @@ -520,8 +520,8 @@ writeheader(FILE *fp, const char *title) xmlencode(fp, name, strlen(name)); fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath); fprintf(fp, "\n"); - fputs("\n\n", fp); - fputs("

", fp); + fputs("\n\n← index", fp); + fputs("

", fp); xmlencode(fp, strippedname, strlen(strippedname)); fputs("

", fp); xmlencode(fp, description, strlen(description));