X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/de5e9281719809c5b07051faa88e95bd16e8d485..f49ea2c9968a8b30c0c268ca52aa066960fd98f7:/ui-shared.c?ds=inline diff --git a/ui-shared.c b/ui-shared.c index 8a00099..6f83d2a 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -437,6 +437,11 @@ void cgit_print_docstart(struct cgit_context *ctx) html("\n"); + if (ctx->cfg.favicon) { + html("\n"); + } html("\n"); html("\n"); }