Hacker News new | ask | show | jobs
by jgrahamc 976 days ago
The beauty of having the REPL is that I've fixed this. Missing trailing / on the site URL:

    (= site-url* "https://twostopbits.com/")
    "https://twostopbits.com/"
     
    (= parent-url* site-url*)
    "https://twostopbits.com/"