Skip to content

Commit cbf492e

Browse files
Create index.html
1 parent 4535f58 commit cbf492e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

blog/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
title: Hank Quinlan's Blog
4+
---
5+
<h1>{{ page.title }}</h1>
6+
<ul class="posts">
7+
8+
{% for post in site.posts %}
9+
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
10+
{% endfor %}
11+
</ul>

0 commit comments

Comments
 (0)