Files
Harsh Jaiswal ca1abf7520 Update index.md
2022-04-18 22:17:19 +04:00

387 B

About HTTPVoid Research

....

Blogs

{% for post in site.posts %}
  <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>

  <div class="entry">
    {{ post.excerpt }}
  </div>

  <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>

{% endfor %}