Linking to other posts

I’m sure there’s a simple answer to this and I’ll kick myself, but:

How do I link to another page on my blog without using the full domain? Right now I’m set up on tcn33.micro.blog, but I’m going to point my domain to micro.blog once everything is set up how I want it - which means I want to write links as /yy/mm/dd/url.html rather than using https://tcn33.micro.blog/yy/mm/dd/url.html which I would just have to update again manually later. The problem is that /yy/mm/dd/url.html ends up on a generic micro.blog “not found” page.

Is what I want doable, or do I just need to suck it up and rewrite all my links again later?

It’s doable, but without your post content or a link hard to know what you’re doing wrong. In the context of theme, I’d use {{ relURL . “/books/book-1” }}

Thanks @jsonbecker - the post is RIP 2024 (2024-2024) | Toby Nieboer and I’m using mnml theme. relURL didn’t seem to work unfortunately.

You don’t mix relURL with the markdown style link.