From d9bc9003c26cdcc1c4668d2ccdd68d482707df78 Mon Sep 17 00:00:00 2001 From: Johnny Date: Mon, 23 Oct 2017 12:19:00 +1100 Subject: [PATCH] Add Bottom Backlinks Setting Disabled by default. --- src/config/Config.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/Config.coffee b/src/config/Config.coffee index da7a350c5..df3b97ef2 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -537,6 +537,11 @@ Config = 'Add backlinks to the OP.' 1 ] + 'Bottom Backlinks': [ + false + 'Place backlinks at the bottom of posts.' + 1 + ] 'Quote Inlining': [ true 'Inline quoted post on click.'