Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanlv2510 committed Aug 27, 2019
1 parent a0ac7bd commit 1912078
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
---
{% for post in site.posts %}
<div class = "abcdef">
<h3><a href="{{posts.url}}">{{posts.title}}</a></h3>
</div>
{% endfor %}

0 comments on commit 1912078

Please sign in to comment.