On Thu, Jun 18, 2015 at 04:38:32PM +0200, Bernhard Reutner-Fischer wrote:
> A colleague asked if it's possible to disable the logo-link, but that
> doesn't seem to work right now?

No, if there isn't a logo-link specified then the CGit root URL is used;
see ui-shared.c:

        if (logo_link && *logo_link)
                html_attr(logo_link);
        else
                html_attr(cgit_rooturl());
_______________________________________________
CGit mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to