stagit

static git page generator
git clone https://git.awy.one/stagit
Log | Files | Refs | README | LICENSE

commit ef3aaa16e7422c9f67144fd276ba4a938b8a82c8
parent 0acda914a5fb512b295ceb5f01fe9357f8657481
Author: awy <awy@awy.one>
Date:   Tue, 16 Dec 2025 16:11:26 +0300

footer

Diffstat:
Mstagit-index.c | 2+-
Mstagit.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -118,7 +118,7 @@ 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</body>\n<footer>\n<p><a href=\"https://awy.one\">~/home</a></p>\n<p>© 2024-2025 awy.one</p>\n</footer>\n</html>\n", fp); } int diff --git a/stagit.c b/stagit.c @@ -555,7 +555,7 @@ writeheader(FILE *fp, const char *title) void writefooter(FILE *fp) { - fputs("</div>\n</body>\n</html>\n", fp); + fputs("</div>\n</body>\n<footer>\n<p><a href=\"https://awy.one\">~/home</a></p>\n<p>© 2024-2025 awy.one</p>\n</footer>\n</html>\n", fp); } void