I’d like to link to static html content. I know, this is not the hugo way but as a temporary hack it should be acceptable. Problem is, the url in the link is not generated correctly.
description: “New site. If you have problems you can still access the old one for a limited time at <{{ /old/ | absURL }}>.”
renders as
New site. If you have problems you can still access the old one for a limited time at <{{ /old/ | absURL }}>.
Of course, I could just hardcode the complete url but since i have different base urls it would be nicer to have it generated.