diff --git a/_includes/training.html b/_includes/training.html new file mode 100644 index 0000000..af434e4 --- /dev/null +++ b/_includes/training.html @@ -0,0 +1,5 @@ +
diff --git a/trainings/index.html b/trainings/index.html index ba271aa..cc16f49 100644 --- a/trainings/index.html +++ b/trainings/index.html @@ -12,7 +12,7 @@ {% for post in paginator.posts %} {% if post.category == 'trainings' %} {% if post.hidden != true %} - {% include blog-post.html %} + {% include training.html %} {% endif %} {% endif %} {% endfor %} @@ -22,7 +22,7 @@ {% for post in site.posts %} {% if post.category == 'trainings' %} {% if post.hidden != true %} - {% include blog-post.html %} + {% include training.html %} {% endif %} {% endif %} {% endfor %}