This code:
{{ foo.getLink() }}
Outputs this:
<a href="URL_HERE">NAME_OF_PAGE</a>
What I really want is something like:
<a href="URL_HERE" class="bar">NAME_OF_PAGE</a>
Is it possible to set "class" and/or other html attributes when using Craft CMS Entry Property getLink()?