diff --git a/src/pages/home/index_page.cr b/src/pages/home/index_page.cr index 7fd0545..92a082b 100644 --- a/src/pages/home/index_page.cr +++ b/src/pages/home/index_page.cr @@ -12,6 +12,7 @@ class Home::IndexPage < MainLayout href: "/@ftrain/big-data-small-effort-b62607a43a8c" ) end + para "Custom domains work the too. See below for a How-To." article do section do h2 "How-To" @@ -33,6 +34,20 @@ class Home::IndexPage < MainLayout text "/@user/my-post-09a6af907a2" end end + para do + text "For articles on custom domains, instead of replacing " + code "medium.com", class: "highlight" + text " replace the custom domain. E.g. instead of " + code do + span "customdomain.com", class: "highlight" + text "/blog/my-post-09a6af907a2" + end + text " change it to " + code do + span app_domain, class: "highlight" + text "/blog/my-post-09a6af907a2" + end + end end section do h2 "How-To Automatically"