Closed ilessing closed 2 years ago
Navigation links should not open in a new tab.
this can be fixed by eliminating the target attribute on a links.
target
a
example:
_layouts/default.html
<li><a href="/past-workshops/">Past Workshops</a></li>
Done! Thanks for showing me how to adjust the nav links
Navigation links should not open in a new tab.
this can be fixed by eliminating the
target
attribute ona
links.example:
_layouts/default.html
<li><a href="/past-workshops/">Past Workshops</a></li>