diff --git a/_includes/thumbnail_blog.html b/_includes/thumbnail_blog.html new file mode 100644 index 0000000..ad3152b --- /dev/null +++ b/_includes/thumbnail_blog.html @@ -0,0 +1,27 @@ +
  • +
    + +
    + {% if post.custom_thumbnail_name == null %} + + {% else %} + + {% endif %} + {% if post.progress_update == true %} + #{{ post.title | slice: 2, 2 }} + {% endif %} +
    +
    + + {{ post.date | date: "%-d. %b %Y" }} + + {% if post.progress_update == true %} + {% assign title_length = post.title | size %} +

    {{ post.title | slice: 7, title_length }} - #{{ post.title | slice: 2, 2 }}

    + {% else %} +

    {{ post.title }}

    + {% endif %} +
    +
    +
    +
  • diff --git a/_includes/thumbnail_podcast.html b/_includes/thumbnail_podcast.html new file mode 100644 index 0000000..786a637 --- /dev/null +++ b/_includes/thumbnail_podcast.html @@ -0,0 +1,32 @@ +
  • +
    + +
    + {% if episode.custom_thumbnail_name == null %} + + {% else %} + + {% endif %} + #{{ episode.title | slice: 2, 2 }} +
    + + + +
    + + {{ episode.date | date: "%-d. %b %Y" }} + + {% assign title_length = episode.title | size %} +

    {{ episode.title | slice: 7, title_length }} - #{{ episode.title | slice: 2, 2 }}

    +
    +
    +
    +
  • diff --git a/blog/index.html b/blog/index.html index 8d6acc9..3c3f0f7 100644 --- a/blog/index.html +++ b/blog/index.html @@ -17,31 +17,7 @@ layout: page

    diff --git a/podcast/index.html b/podcast/index.html index d9d8ee5..0e57e1e 100644 --- a/podcast/index.html +++ b/podcast/index.html @@ -26,36 +26,7 @@ layout: page