Skip to content
Snippets Groups Projects
  • Martyn Welch's avatar
    932647cf
    Don't add anchors to page titles · 932647cf
    Martyn Welch authored
    
    We are currently adding anchor links to all headings. This includes the
    page titles, which is the one heading to which we really don't need a
    link. The page title is also centered and the addition of the anchor
    causes the normally visible part of the title to be nudged to rendered off
    center. This is visually unappealing, so stop adding anchors to the page
    titles.
    
    Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
    932647cf
    History
    Don't add anchors to page titles
    Martyn Welch authored
    
    We are currently adding anchor links to all headings. This includes the
    page titles, which is the one heading to which we really don't need a
    link. The page title is also centered and the addition of the anchor
    causes the normally visible part of the title to be nudged to rendered off
    center. This is visually unappealing, so stop adding anchors to the page
    titles.
    
    Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
footer_custom.html 175 B
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.2/anchor.min.js"></script>
<script>
anchors.add('h1,h2,h3,h4,h5,h6').remove('.page-heading > h1');
</script>