diff --git a/blog.html b/blog.html deleted file mode 100644 index 50b62b993..000000000 --- a/blog.html +++ /dev/null @@ -1,57 +0,0 @@ ---- -layout: post -title: "Blog" -description: "A Clean Blog Theme by Start Bootstrap" -header-img: "img/post-bg-01.jpg" ---- -
-
- -

{{ site.author_name }}

-

All posts

-

grouped by - - - -

- - {% for post in site.posts %} - {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} - {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} - - {% if forloop.first %} -
-

{{ this_year }}

-
    - {% endif %} - -
  • -
    - {{ post.title }} -

    {{ post.title }}

    - -
  • - {% if forloop.last %} -
-
- {% else %} - {% if this_year != next_year %} - -
-
-

{{next_year}}

-
- -