We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4535f58 commit cbf492eCopy full SHA for cbf492e
blog/index.html
@@ -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