[tor-bugs] #22426 [Webpages/Blog]: Missing `#comments` anchor on article pages

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon May 29 01:21:10 UTC 2017


#22426: Missing `#comments` anchor on article pages
-------------------------------+--------------------
     Reporter:  dcf            |      Owner:  hiro
         Type:  defect         |     Status:  new
     Priority:  Medium         |  Milestone:
    Component:  Webpages/Blog  |    Version:
     Severity:  Minor          |   Keywords:
Actual Points:                 |  Parent ID:  #22013
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+--------------------
 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>
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22426>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list