sandiegopython / pythonsd-django

http://sandiegopython.org/
MIT License
7 stars 5 forks source link

refactor: prevent logo click reloading homepage if already there #152

Closed Jer-Pha closed 4 months ago

Jer-Pha commented 4 months ago

This is only necessary if you agree with this comment about it being a design error. There's also the very small impact to bandwidth of an unnecessary page load (pretty insignificant for the site's traffic, though).

A different option is to keep the anchor tag and only adjust the href to "#". This tells users that the logo is clickable without reloading the page.