Loading docs/blog/index.html 0 → 100644 +12 −0 Original line number Diff line number Diff line --- layout: default title: Hank Quinlan'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> Loading
docs/blog/index.html 0 → 100644 +12 −0 Original line number Diff line number Diff line --- layout: default title: Hank Quinlan'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>