diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-28 19:51:55 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-28 19:51:55 +0200 |
commit | f701cfef4d21483c8dc9e44be1b1e65af084d629 (patch) | |
tree | e0e3446e85a19245852a5af0dc6d2c480c5d5838 /config | |
parent | 0d052a347fd51381e851618c1702acafeff84a41 (diff) |
Drop tag autocommit: Wrecks havoc with multiple remotes.
Diffstat (limited to 'config')
-rw-r--r-- | config/ikiwiki.setup.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index fc4637a..a0fe321 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -46,4 +46,3 @@ multimarkdown: 1 #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) allowed_attachments: (*.png or *.gif or *.jpg) tagbase: tag -tag_autocreate_commit: 1 |