diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-11-08 16:02:44 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-11-08 16:02:44 +0100 |
commit | 2890a6a283ae1f582d5f16229bf69f2dcce8550e (patch) | |
tree | 40ef3e5251d9ebd9e7589ab494d1f0625f9daed9 | |
parent | 97a3859d1faeb9d78752d7e8c0f46ffef88c2da8 (diff) |
Really really fix git repository cgit URI pattern.
-rw-r--r-- | config/ikiwiki_da.setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ikiwiki_da.setup.in b/config/ikiwiki_da.setup.in index eae9ea1..f01515e 100644 --- a/config/ikiwiki_da.setup.in +++ b/config/ikiwiki_da.setup.in @@ -29,7 +29,7 @@ hardlink: 1 timezone: Europe/Copenhagen allow_symlinks_before_srcdir: 1 historyurl: 'https://source.couchdesign.dk/bm/content.git/log/[[file]]' -diffurl: 'https://source.couchdesign.dk/bm/content.git/diff/[[file]]?id=[[sha1_commit]] +diffurl: 'https://source.couchdesign.dk/bm/content.git/diff/[[file]]?id=[[sha1_commit]]' #gitorigin_branch: '' gitmaster_branch: master htmlscrubber_skip: '*' |