From 1627281e9dc3b7009f0d5e9eb5a6685a44170ec8 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 12:35:08 +0200 Subject: [PATCH] Removed testing page --- test.html | 85 ------------------------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 test.html diff --git a/test.html b/test.html deleted file mode 100644 index 27e0a12..0000000 --- a/test.html +++ /dev/null @@ -1,85 +0,0 @@ ---- -layout: newblog -title: Blog -section_id: blog ---- - - -
- {% for post in paginator.posts %} - {% assign mod = forloop.index | modulo: 2 %} - {% if mod == 1 %} -
- {% if post.images %} - {% if post.images.size > 1 %} - - post - post - - {% else %} - post - {% endif %} - {% endif %} -
-

{{post.title}}

-

- {% if post.categories != empty %} - - {% for cat in post.categories %} - {{cat | capitalize }} - {% unless forloop.last %} - , - {% endunless %} - {% endfor %} - - / - {% endif %} - {{ post.date | date: "%B %d, %Y" }} -

-

{{post.excerpt}}

-
-

Read more

-
-
- {% endif %} - {% endfor %} -
-
- {% for post in paginator.posts %} - {% assign mod = forloop.index | modulo: 2 %} - {% if mod == 0 %} -
- {% if post.images %} - {% if post.images.size > 1 %} - - post - post - - {% else %} - post - {% endif %} - {% endif %} -
-

{{post.title}}

-

- {% if post.categories != empty %} - - {% for cat in post.categories %} - {{cat | capitalize}} - {% unless forloop.last %} - , - {% endunless %} - {% endfor %} - - / - {% endif %} - {{ post.date | date: "%B %d, %Y" }} -

-

{{post.excerpt}}

-
-

Read more

-
-
- {% endif %} - {% endfor %} -