summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2019-11-25 22:47:08 +0100
committerSiri Reiter <siri@jones.dk>2019-11-25 22:47:08 +0100
commit89582bfaa0fd92733fc7a76b0f04a7c7a507fef7 (patch)
treef37676bb2d66da9aa095f1cb0189d07676ef9b2f
parentd9b9c5dd0684bce0ef9a9de4d68a217e07b1e797 (diff)
fix avoid git URLs
-rw-r--r--config/ikiwiki.setup.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in
index 70e5bcf..6e386ab 100644
--- a/config/ikiwiki.setup.in
+++ b/config/ikiwiki.setup.in
@@ -25,8 +25,10 @@ html5: 1
timeformat: '%A d. %e. %B'
locale: da_DK.UTF-8
timezone: Europe/Copenhagen
-historyurl: 'https://source.couchdesign.dk/genskabet/content.git/log/[[file]]'
-diffurl: https://source.couchdesign.dk/genskabet/content.git/diff/[[file]]?id=[[sha1_sum]]'
+#historyurl: 'https://source.couchdesign.dk/genskabet/content.git/log/[[file]]'
+historyurl: ''
+#diffurl: https://source.couchdesign.dk/genskabet/content.git/diff/[[file]]?id=[[sha1_sum]]'
+diffurl: ''
allowrss: 1
allowatom: 1
multimarkdown: 1