diff options
author | bt <bt@web> | 2024-01-17 13:06:16 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-01-17 13:06:16 -0500 |
commit | c8f254884feef0360d1357756d5134833c83c176 (patch) | |
tree | 84bba3c6a232a8de0c66af6aefa7a9426296baf9 | |
parent | ca63af6eed2ef545a0ea2dcffb0870bb002c891c (diff) |
-rw-r--r-- | wiki/cgit.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/cgit.mdwn b/wiki/cgit.mdwn index 00dd0c4..173bdb6 100644 --- a/wiki/cgit.mdwn +++ b/wiki/cgit.mdwn @@ -34,8 +34,8 @@ Build and install it: Make a text file named `cgitrc` where you specified for CGIT_CONFIG and add the following: - css=/cgit/cgit.css - logo=/cgit/cgit.png + css=/cgit.css + logo=/cgit.png root-title=My Git Repositories **And you should be good to go!** |