Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Idadelveloper authored Apr 8, 2020
1 parent 0109237 commit 63ae5a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Ida Delphine's Blog
---
<h1>{{ page.title }}</h1>
<ul class="posts">

{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
{% endfor %}
</ul>

0 comments on commit 63ae5a7

Please sign in to comment.