a39f7d63bb
In the marketing pages we do not want to show heading anchors on hover. Previously, this was achieved by using div rather than heading elements. Now we can use semantically accurate headings while hiding the anchor. Closes #17244 Closes #17264
8 lines
186 B
HTML
8 lines
186 B
HTML
<header class="marketing-banner">
|
|
<h1 class="banner-headline no-toc no-anchor">Explore Angular Resources</h1>
|
|
</header>
|
|
|
|
<article>
|
|
<aio-resource-list></aio-resource-list>
|
|
</article>
|