getgrav / grav-theme-notepad

Notepad Grav Theme
https://getgrav.org
MIT License
7 stars 7 forks source link

Incorrect Home Menu Link > templates > page.html.twig > Line 11 #18

Closed Nick-Henkey closed 3 years ago

Nick-Henkey commented 3 years ago

Line 11 on page.html.twig is written:

<a class="summer-blog-logo" href="{{ basebase_url_absolute_url }}">

This causes a weird glitch on the "About" page where the home menu item links back to "About" instead of "home". Fixed on my own website with the following:

<a class="summer-blog-logo" href="{{ base_url_absolute }}">

Not a dev, therefore not sure if this is the right forum to submit the change request.

Nick-Henkey commented 3 years ago

Submitted as a proposed change. Can be closed when accepted or rejected