zjedi / hugo-scroll

Clean, responsive, single-page Hugo website theme.
https://themes.gohugo.io/hugo-scroll/
MIT License
271 stars 193 forks source link

"Return to top" link in menu does not work #162

Closed pvarela closed 6 months ago

pvarela commented 10 months ago

The "Return to top" link in the menu does not work.

I think it can be fixed by changing the href to "./#site-head" in line 57 of layouts/index.html which currently says:

        <a class='fn-item' item_index='{{ 0 }}' href='/#site-head'>{{ $fnav_title | safeHTML }}</a>
zjedi commented 6 months ago

@pvarela Thanks, confirmed problem. I'll have a look into it.

zjedi commented 6 months ago

it links to e.g. github.site/#site-head instead of github.site/mysite/#site-head

as per mention in duplicate #179

zjedi commented 6 months ago

@pvarela thanks for suggestion, it seems to have fixed it.