From fb7c2d6321193458239f1142ef61b5cb22de8ea4 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Mon, 30 Sep 2024 19:06:12 +0200 Subject: [PATCH] link correction --- _jekyll/_includes/tutorials/tutorial_list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_jekyll/_includes/tutorials/tutorial_list b/_jekyll/_includes/tutorials/tutorial_list index 34dcb3a26..45e1a485f 100644 --- a/_jekyll/_includes/tutorials/tutorial_list +++ b/_jekyll/_includes/tutorials/tutorial_list @@ -38,7 +38,8 @@ {% endif %} {% assign old_letter = f.title | split: '' | first %} {% endunless %} - + + {% if f.url contains "://" %}{% capture f_url %}{{ f.url }}{% endcapture %}{% else %}{% capture f_url %}{{ f.url | relative_url }}{% endcapture %}{% endif %}
{% if f.image %} @@ -52,7 +53,6 @@ {% endif %}
- {% if f.url contains "://" %}{% capture f_url %}{{ f.url }}{% endcapture %}{% else %}{% capture f_url %}{{ f.url | relative_url }}{% endcapture %}{% endif %} {% if f.title %}

{% if f.tutorial-type contains 'Video' %} {% endif %}{{ f.title }}

{% endif %} {% if f.excerpt %}