X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/de5e9281719809c5b07051faa88e95bd16e8d485..d2eb4fddb0fb7cd1751debcff6fe1219b9c619c8:/ui-shared.c 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"); }