stagit

My fork of stagit

git clone git://git.shimmy1996.com/stagit.git
commit 91e8ca99304bc31af74219272c388b357be09c0c
parent 5cfbeceb1c45a5eaee2100ac1028410d0d816e2a
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  4 Apr 2020 14:00:04 -0500

Change homepage link name

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -463,7 +463,7 @@ writeheader(FILE *fp, const char *title)
 		name, relpath);
 	fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
 	fputs("</head>\n<body>\n<nav>", fp);
-	fprintf(fp, "<a href=\"../%s\">←Back</a> | ", relpath);
+	fprintf(fp, "<a href=\"../%s\">←Trantor Holocron</a> | ", relpath);
 	fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
 	fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath);
 	fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath);