I have this front matter on an Rmd page, with an anchor "top" after it:
---
title: "Runnymede"
weight: 500
output:
blogdown::html_page:
toc: true
toc_depth: 1
number_sections: true
---
<a name="top"></a>
So when I click a 'back to top' link further down the page, the table of contents is not seen as it is still above where the anchor is on the page. Is there a way to anchor above the table of contents? Thank you.