From 76168dfbdde2c0818dfd5cbd32ca82037244b247 Mon Sep 17 00:00:00 2001 From: Eibe <40539455+eibex@users.noreply.github.com> Date: Thu, 16 Jan 2020 20:26:01 +0100 Subject: [PATCH] Add option to prevent self links --- config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yml b/config.yml index bc83ccd..1d8a88f 100644 --- a/config.yml +++ b/config.yml @@ -63,3 +63,6 @@ latest: 'l' # Default: true show_github_link: true +# Boolean: Allow short URLs linking to your site_domain URL +# Default: false +selflinks: false