Hi folks,
On my homepage I have links to posts, which have been created using GenerateBlocks. I have a container, with a headline and the date inside. I use the dynamic link option on the container so that the hover effect and link works anywhere within the container. This is so readers can click anywhere in the container, rather than requiring them to click the title text.
This is all well and good and working perfectly, however, this introduces an accessibility issue as the links have no discernible name. The generated HTML on the div looks something like this:
<a class="gb-container-link" href="https://example.com/my-post">
Is there a way I can use dynamic linking to add something like a title
or aria label to the links that contains the post title?
Thanks,
Kev