Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 437 Bytes

index.md

File metadata and controls

19 lines (18 loc) · 437 Bytes

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 %}