diff --git a/cgit.changes b/cgit.changes index 7badc6d..b5e3927 100644 --- a/cgit.changes +++ b/cgit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 24 13:10:34 UTC 2014 - guillaume@opensuse.org + +- Fix css and logo path in cgitrc file (replace /git by /cgit) + ------------------------------------------------------------------- Mon Oct 6 21:16:48 UTC 2014 - jengelh@inai.de diff --git a/cgitrc b/cgitrc index 303a60f..1f2e0d7 100644 --- a/cgitrc +++ b/cgitrc @@ -5,10 +5,10 @@ cache-size=1000 clone-prefix=ssh://domain.com/var/git # Specify the css url -css=/git/cgit.css +css=/cgit/cgit.css # Specify the logo url -logo=/git/cgit.png +logo=/cgit/cgit.png # Show extra links for each repository on the index page enable-index-links=1