daflh / vredeburg

A simple starter project to create a blog using Eleventy and Tailwind CSS
https://vredeburg.netlify.app
MIT License
189 stars 69 forks source link

Refactor link rendering: Add 'active' class to links pointing to the … #39

Open maxxsh opened 1 year ago

maxxsh commented 1 year ago

This change adds an 'active' class to links that point to the current page to provide visual feedback to users when they are on the current page. It can be done by adding "text-teal-600" class as well, although it is less flexible