From e4bc962b05329009dd424f16399c5fea794f503f Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sun, 11 Sep 2022 19:05:34 +1200 Subject: [PATCH] Link to automatic redirection tutorial on homepage --- src/page-home.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/page-home.rkt b/src/page-home.rkt index 7e4184c..3c84511 100644 --- a/src/page-home.rkt +++ b/src/page-home.rkt @@ -30,6 +30,8 @@ (if (config-true? 'canonical_origin) (url-host (string->url (config-get 'canonical_origin))) "breezewiki.com"))) + (p "If you'd like to be automatically sent to BreezeWiki every time in the future, " + (a (@ (href "https://docs.breezewiki.com/Automatic_Redirection.html")) "check out the tutorial in the manual.")) (h2 "Example pages") (ul ,@(map (λ (x)