Index <style> a { color: cyan; outline: none; text-decoration: none} a:hover { border-bottom: 1px solid; background: green} .tab { display: inline-block; margin-left: 40px; </style> {% for post in site.posts %} {{ post.date | date: "%d/%m/%Y" }}{{ post.title }} {% endfor %}