diff --git a/_layouts/home.html b/_layouts/home.html index 2669a34..5391042 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -5,7 +5,7 @@ layout: default
{% include message.html %} {% if site.posts.size > 0 %} {% endif %}
diff --git a/entertaining.html b/entertaining.html index a8963bc..6e31675 100644 --- a/entertaining.html +++ b/entertaining.html @@ -9,7 +9,7 @@ permalink: /entertaining/
{% if site.categories.entertaining.size > 0 %} {% else %} diff --git a/motivational.html b/motivational.html index f557e18..8cfae9b 100644 --- a/motivational.html +++ b/motivational.html @@ -9,7 +9,7 @@ permalink: /motivational/
{% if site.categories.motivational.size > 0 %} {% else %} diff --git a/personal.html b/personal.html index 710a47b..9c0457f 100644 --- a/personal.html +++ b/personal.html @@ -9,7 +9,7 @@ permalink: /personal/
{% if site.categories.personal.size > 0 %}
    - {% for post in site.categories.personal %} {% include post-list.html %} {% + {% for post in site.categories.personal %} {% include post-item.html %} {% endfor %}
{% else %} diff --git a/productivity.html b/productivity.html index 9fd617c..4c32bb5 100644 --- a/productivity.html +++ b/productivity.html @@ -9,7 +9,7 @@ permalink: /productivity/
{% if site.categories.productivity.size > 0 %}
    - {% for post in site.categories.productivity %}{% include post-list.html %} + {% for post in site.categories.productivity %}{% include post-item.html %} {% endfor %}
{% else %} diff --git a/projects.html b/projects.html index 7a33931..28c0801 100644 --- a/projects.html +++ b/projects.html @@ -9,7 +9,7 @@ permalink: /projects/
{% if site.categories.projects.size > 0 %}
    - {% for post in site.categories.projects %} {% include post-list.html %} {% + {% for post in site.categories.projects %} {% include post-item.html %} {% endfor %}
{% else %} diff --git a/technology.html b/technology.html index 852b345..bc3d598 100644 --- a/technology.html +++ b/technology.html @@ -9,7 +9,7 @@ permalink: /technology/
{% if site.categories.technology.size > 0 %}
    - {% for post in site.categories.technology %} {% include post-list.html %} {% + {% for post in site.categories.technology %} {% include post-item.html %} {% endfor %}
{% else %}