Merge pull request #2370 from mindrones/site-sections-anchor-fix

Site: sections anchors fix
pull/2381/head
Rich Harris 6 years ago committed by GitHub
commit 4d08c42165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -351,7 +351,7 @@
<section data-id={section.slug}>
<h2>
<span class="offset-anchor" id={section.slug}></span>
<a href="#{section.slug}" class="anchor" aria-hidden></a>
<a href="docs#{section.slug}" class="anchor" aria-hidden></a>
{section.metadata.title}
<small>

Loading…
Cancel
Save