Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B blog
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Web
  • blog
  • Issues
  • #22426
Closed
Open
Created May 29, 2017 by David Fifield@dcf

Missing `#comments` anchor on article pages

Clicking an "X comments" link from the index takes you to a URL with a #comments anchor at the end, for example: https://blog.torproject.org/blog/we-are-upgrading-our-blog#comments It's supposed to scroll you down to the comments, but the article page is missing the appropriate anchor.

This bit of HTML:

      <section>
      
    <h2>Comments</h2>

needs to change to something like this:

      <section id="comments">
      
    <h2>Comments</h2>
Assignee
Assign to
Time tracking