logo

stagit

STAtic GIT web view generator (in C) git clone https://hacktivis.me/git/stagit.git
commit: 51fdcc227a2c1d60e1e784acad21f640e8309a37
parent 7aedb0833c8480226fcf2f21ae7ac6cc1d78c40b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 May 2020 12:40:06 +0200

stagit.c: link footer to git-send-email.io

Diffstat:

Mstagit.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -523,7 +523,7 @@ void writefooter(FILE *fp) { fputs("</main>\n", fp); - fputs("\t<footer>Please <a href=\"https://hacktivis.me/about\">contact me</a> by any means for patches, issues(tracker will maybe be added oneday), thanks/donations, or whatever else.</footer>\n", fp); + fputs("\t<footer>Please <a href=\"https://hacktivis.me/about\">contact me</a> by any means for <a href=\"https://git-send-email.io/\">patches</a>, issues(tracker will maybe be added oneday), or whatever else.</footer>\n", fp); fputs("</body>\n</html>\n", fp); }