I'm using the DNN Blog module. 2 of my 5 authors have a
website field filled in their user profile. In my blog template, I have:
<a href="[AUTHOR:WEBSITE]" target="_blank">Website</a>
The catch is that not all users have their website field filled out. So, of course, it just shows a link where the href is empty. Is there a way that I can conditionally show this link or not - depending on if the user has filled out their Website field?