From 2dade5b46964cdbf1c7586c90f7d6969c2c14272 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 01:03:55 +0300 Subject: bump jekyll-theme --- _config.yml | 2 +- index.html | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/_config.yml b/_config.yml index 9c58825..4e2afc9 100644 --- a/_config.yml +++ b/_config.yml @@ -50,7 +50,7 @@ paginate: 10 # jekyll-github-metadata repository: egor-tensin/blog # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@9c44060f0d9dd530a4d90c635da7b83935a1ec19 +remote_theme: egor-tensin/jekyll-theme@b0b39768de6564e21f28c96fca34e01fa4602116 # egor-tensin/jekyll-theme bootstrap_version: 3.3.7 diff --git a/index.html b/index.html index 69c22ad..d3914c2 100644 --- a/index.html +++ b/index.html @@ -6,20 +6,4 @@ navbar_link:  Main page navbar_priority: 1 root_page: true --- -{% if site.posts.size == 0 %} -

Sorry, no posts have been added yet.

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

{{ post.title }}

-

-  Posted on {{ post.date | date: '%-d %B %Y' }} - {%- if post.category %} in  {{ post.category }}{% endif %} -

- {{ post.excerpt | markdownify }} -
- {% endfor %} -
- {% include common/paginator.html %} -
-{% endif %} +{% include posts/posts.html %} -- cgit v1.2.3