From 7180e555cbdb180cef464423629b174c40fae92d Mon Sep 17 00:00:00 2001 From: Luke <16389426+LukeSeers@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:23:37 +0100 Subject: [PATCH] Update thumbnail_video --- _includes/thumbnail_video.html | 48 +++++++++++++++++----------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/_includes/thumbnail_video.html b/_includes/thumbnail_video.html index 3323d61..88cc18c 100644 --- a/_includes/thumbnail_video.html +++ b/_includes/thumbnail_video.html @@ -1,31 +1,31 @@ -
  • -
    - + + -
  • +
    +
    + + {% if include.pre_header %} + {{ include.pre_header }} - + {% endif %} + {{ video.date | date: "%-d. %b %Y" }} + +
    + {{ post.author | capitalize }} +
    +
    + {% if video.progress_update %} + {% assign title_length = video.title | size %} + {{ video.title | slice: 7, title_length }} - #{{ video.title | slice: 2, 2 }} + {% else %} + {{ video.title }} + {% endif %} +
    + \ No newline at end of file