From 4e11e6d5364a12650b9a139495bd5a73943ae56a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 6 May 2015 06:17:59 +0300 Subject: initial commit --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..778ee5e --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ +--- +title: Posts +layout: posts +group: "navigation" +--- +{% if site.posts.size == 0 %} +

Sorry, there're no posts yet.

+

But I've made quite a few plots which you might want to check out.

+
+{% else %} + {% for post in paginator.posts %} +

{{ post.title }}

+

Posted on {{ post.date | date_to_long_string }}

+ Read More  +
+ {% endfor %} +
+ {% include pagination.html %} +
+{% endif %} -- cgit v1.2.3