Closed jrieke closed 3 years ago
Describe the bug:
The "back to top" indicator (small gray arrow) points to #content but this anchor doesn't exist if TOC is turned off.
#content
Expected behaviour:
Should still go back to top, maybe insert anchor regardless of TOC or link to title instead.
Steps to reproduce the issue:
In projects.yaml:
configuration: generate_toc: False projects: - name: Any repo homepage: https://github.com/best-of-lists/best-of-generator github_id: best-of-lists/best-of-generator
Technical details:
Possible Fix:
Additional context:
Thanks for reporting this issue. I have now implemented it to use the # anchor as a backup. This should scroll to the top of the page. Will be rolled out in the next version.
#
Describe the bug:
The "back to top" indicator (small gray arrow) points to
#content
but this anchor doesn't exist if TOC is turned off.Expected behaviour:
Should still go back to top, maybe insert anchor regardless of TOC or link to title instead.
Steps to reproduce the issue:
In projects.yaml:
Technical details:
Possible Fix:
Additional context: