Skip to content

Commit

Permalink
trying to make some blogwq
Browse files Browse the repository at this point in the history
  • Loading branch information
nka11 committed Mar 28, 2011
1 parent e11f230 commit 2239f79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
@@ -0,0 +1,11 @@
---
layout: default
title: Starting page
---

<ul class="posts">
{% for post in site.posts limit:10 %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
File renamed without changes.

0 comments on commit 2239f79

Please sign in to comment.