stagit

Personal fork of stagit.
git clone git://git.samirparikh.com/stagit
Log | Files | Refs | README | LICENSE

commit 5322583d93eed127137ceb75f031f1347644aeb9
parent 9724ced450fb45b30dd4e7602a11eb8e0e33d1ac
Author: Samir Parikh <siparikh@gmail.com>
Date:   Sat, 13 Nov 2021 10:38:35 -0500

update footer in stagit-index.c

Diffstat:
Mstagit-index.c | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -86,7 +86,13 @@ writeheader(FILE *fp) void writefooter(FILE *fp) { - fputs("</tbody>\n</table>\n</div>\n</body>\n</html>\n", fp); + fputs("</tbody>\n</table>\n</div>\n" + "<br>\n<br>\n<br>\n" + "<h3 id=\"about\">About</h3>\n" +"<p>Welcome to my Git repositories where I try to share some of the coding and programming projects and exercises I am working on.</p>\n" +"<p>Please feel free to <a href=\"mailto:siparikh@gmail.com\">email</a> me any comments, feedback and suggestions.</p>\n" +"<p>This portion of my site is generated by Hiltjo Posthuma’s <a href=\"https://codemadness.org/stagit.html\">stagit</a> with <a href=\"https://git.oscarbenedito.com/stagit/about.html\">updates</a> by Oscar Benedito. Updates I made can be found in this <a href=\"https://git.samirparikh.com/stagit/log.html\">repo</a>. See how I installed stagit <a href=\"https://samirparikh.com/blog/share-your-git-repositories-with-stagit-on-freebsd.html\">here</a>.</p>\n" + "</body>\n</html>\n", fp); } int