Problem:
In my index.md in the frontmatter where I put the title of my landing page, I have some html that renders a hand waving...
<a href="https://pype.dev/"><img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="50px" height="50px"></a>
But then the html string gets rendered in the chrome tab

It's be nice to specify the actual alt text for the title in this case so the tab can have a sane text representation in the browser
Problem:
In my index.md in the frontmatter where I put the title of my landing page, I have some html that renders a hand waving...
<a href="https://pype.dev/"><img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="50px" height="50px"></a>But then the html string gets rendered in the chrome tab

It's be nice to specify the actual
alttext for the title in this case so the tab can have a sane text representation in the browser