Skip to content

Commit

Permalink
Test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Dec 23, 2008
1 parent a925b71 commit cdea829
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2008-12-22-announcing-objective-resource.html
@@ -1,6 +1,6 @@
---
layout: default
title: How I Turned Down $300,000 from Microsoft to go Full-Time on GitHub
title: Announcing ObjectiveResource
---

h1. {{ page.title }}
Expand Down
12 changes: 11 additions & 1 deletion index.html
@@ -1 +1,11 @@
My GitHub Page
---
layout: default
title: iPhoneOnRails.com
---

<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>

0 comments on commit cdea829

Please sign in to comment.