diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-12-21 21:53:16 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-12-21 21:53:16 +0100 |
commit | b3b4f79bdb28f51ef2b5eb5a6a71a18030f98a60 (patch) | |
tree | b45bc3b872ecbd2e21296f8bcc4d4de2cef73c24 | |
parent | 2d7afe1a1de23d4fb29af9ab51cd70b7aafa5ae1 (diff) |
Fix update git repository URI patterns to point to couchdesign cgit browser.
-rw-r--r-- | config/ikiwiki.setup.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index 7afaa3a..edb88e5 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -40,8 +40,8 @@ discussion: 0 timeformat: '%A d. %e. %B' locale: da_DK.UTF-8 timezone: Europe/Copenhagen -historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]] -diffurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] +historyurl: 'https://source.couchdesign.dk/bynu/content.git/log/[[file]]' +diffurl: 'https://source.couchdesign.dk/bynu/content.git/diff/[[file]]?id=[[sha1_commit]]' locked_pages: '*' multimarkdown: 1 #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) |