From 30b313a72cbbb725ffe91bdc0342efb2c023d6cf Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sat, 30 Jan 2016 21:37:32 +0100 Subject: [PATCH] Updating index,html --- index.html | 46 ++++++++++++++++++++++++++++++++-------------- index.html.org | 18 ++++++++++++++++++ 2 files changed, 50 insertions(+), 14 deletions(-) create mode 100644 index.html.org diff --git a/index.html b/index.html index 9c35f0e..b056db9 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,36 @@ --- -layout: default +layout: page +description: "A Clean Blog Theme by Start Bootstrap" --- -
- {% for post in site.posts %} - - {% endfor %} +{% for post in paginator.posts %} +
+ +

{{ post.title }} +

+ {% if post.subtitle %} +

+ {{ post.subtitle }} +

+ {% endif %} +
+
+
+{% endfor %} + + +{% if paginator.total_pages > 1 %} + +{% endif %} diff --git a/index.html.org b/index.html.org new file mode 100644 index 0000000..9c35f0e --- /dev/null +++ b/index.html.org @@ -0,0 +1,18 @@ +--- +layout: default +--- + +
+ {% for post in site.posts %} + + {% endfor %} +