Skip to content

Instantly share code, notes, and snippets.

@Ramona2020
Created April 3, 2015 14:38
Show Gist options
  • Save Ramona2020/ccbac9d11c2758132620 to your computer and use it in GitHub Desktop.
Save Ramona2020/ccbac9d11c2758132620 to your computer and use it in GitHub Desktop.
Code for blog index.html
---
layout: default
title: GitHub Pages Blog
---
<h1>{{ page.title }}</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment