diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..438a1d2 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +--- +layout: default +title: Oskari Timperi +--- + +<ul class="posts"> + {% for post in site.posts %} + <li><span>{{ post.date | date_to_string }}</span> - <a href="{{ post.url }}">{{ post.title }}</a></li> + {% endfor %} +</ul> |
