From 08d7e00ec1920003d4b9405fce379e000559224c 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 ccf066e..da37b06 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("