Miffyli / sym

Website for detailed game mechanics
https://sym.gg
MIT License
43 stars 5 forks source link

Change nav elements to anchor tags. #58

Closed keipes closed 4 years ago

keipes commented 4 years ago

Changes navigation elements to nachor tags, so broweser specific functionality like open-in-new-tab can function.

Fixes #57

keipes commented 4 years ago

I understand that this will create additional requests to your backend if a user decides to right-click open a tab rather than directly click it. Allof the resources you're serving are static though, so that should result in a 304 cache hit most of the time.

Miffyli commented 4 years ago

LGTM! Thanks for providing this convenience function :). Perhaps this will work as a basis/template for doing per-game open-in-a-new-tab buttons.