From 42d7983eaf95764dd1fc89a7acc76617d4f02756 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 24 Aug 2025 04:27:38 +0000 Subject: add more meta tags to the header --- ui-shared.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui-shared.c b/ui-shared.c index 0630ad5..16c9f1b 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -818,6 +818,10 @@ void cgit_print_docstart(void) html(""); html_txt(ctx.page.title); html("\n"); + html(""); + html(""); + htmlf("", ctx.cfg.root_title); + htmlf("", ctx.cfg.root_title); htmlf("\n", cgit_version); if (ctx.cfg.robots && *ctx.cfg.robots) htmlf("\n", ctx.cfg.robots); @@ -877,7 +881,7 @@ void cgit_print_docend(void) if (ctx.cfg.footer) html_include(ctx.cfg.footer); else { - htmlf("