diff options
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 4a63727..bb6d2e3 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -19,7 +19,7 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", historyurl => "https://git.fluxo.info/blog/log/[[file]]", - diffurl => 'https://git.fluxo.info/bootless/commit/[[file]]?id=[[sha1_commit]]', + diffurl => 'https://git.fluxo.info/blog/commit/[[file]]?id=[[sha1_commit]]', # See https://ikiwiki.info/tips/laptop_wiki_with_git/ gitorigin_branch => '', |