psingh587 edited a comment on issue #234: Added an anchor tag to allow the users to reach the top of the page URL: https://github.com/apache/camel-website/pull/234#issuecomment-604507574 > @psingh587 we need the same change in the Antora UI layout here (just add the top of the page markup): > > https://github.com/apache/camel-website/blob/3120c065b92dfca83059551d416a859134b89462/antora-ui-camel/src/partials/footer-content.hbs#L1 @zregvart *This particular change comes under <div class="edit".. and not under <footer* This is how the footer-content.hbs begins ` <footer> <div class="footer"> <figure class="logo"> <img src="{{siteRootPath}}/_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure>` and this is how the footer.html begins. ` <div class="edit"> <a title="Improve this document, receive free virtual hugs ♥" href="https://github.com/apache/camel-website/edit/master/content/{{ .File.Path | replaceRE "^/" "" }}">Edit this Page </a> <a href="#top" title="Reach the top of the page">Back to top</a> </div> <footer> <div class="footer"> <figure class="logo">` I guess there is no requirement to make any changes there. Please correct me if I'm wrong . the changes are visible on my localhost with this.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services