Hello.
I just started learning Hugo and found this problem:
I have 3 boxes each with parameter “link” to the other page. How can I check if url in .Params.link is correct? I want to set href="#" if page from link don’t exists (don’t want 404 in this case).
OR how can i transform param link = “pages/something.md” to url in template ({{< ref .Params.link >}} do not work)? I assume in this case i can check fileExists?