Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 901 Bytes

index.md

File metadata and controls

30 lines (28 loc) · 901 Bytes
layout title slug
page
Aniket Pant
home

Hello!
I'm Aniket and I love to read, write and code.

    {% for post in site.posts limit:5 %}
  • {{ post.date | date_to_xmlschema }}

    {{ post.excerpt | strip_html }}

  • {% endfor %} {% for post in site.posts limit:5 offset:5 %}
  • {{ post.date | date_to_xmlschema }}
  • {% endfor %}