👩💻 Join our community of thousands of amazing developers!
Today we’re taking a look at the tags on posts, and allowing me to customize them. The one specific goal we have in mind is making language tags that match the language color on GitHub and on the projects page. To start, let’s take a look at the post layout before this change (on GitHub): --- layout: default --- <div id="post-main-content"> <h1 class="mb-0 pb-0">{{ page.title }}</h1> <p class="mt-0 pt-0 text-muted"> {{ page.date | date_to_string }} {% if page.tags[0] %} {%...