jrtechs / NodeJSBlog

Personal blog written from scratch using Node.js, Bootstrap, and MySQL.
https://jrtechs.net
Mozilla Public License 2.0
4 stars 5 forks source link

Make posts buttons real links #88

Closed ct-martin closed 4 years ago

ct-martin commented 4 years ago

On the home page the "read more" button currently uses JavaScript to redirect the page. You should use a real link (<a>) instead for both accessibility and convenience reasons.