Commit d0b3882e authored by Thomas Boni's avatar Thomas Boni
Browse files

fix gallery indentation and script position

parent 28a7ea0b
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
            <ul class="splide__list">
                {% for screenshots in screenshots_files -%}
                <li class="splide__slide primary__slider"><img src="{{screenshot_path}}/{{screenshots}}" /></li>
        {% endfor %}
                {% endfor -%}
            </ul>
        </div>
    </div>
@@ -22,7 +22,7 @@
            <ul class="splide__list">
                {% for screenshots in screenshots_files -%}
                <li class="splide__slide secondary__slider" style="background-size: cover;" ><img src="{{screenshot_path}}/{{screenshots}}" /></li>
        {% endfor %}
                {% endfor -%}
            </ul>
        </div>
    </div>
@@ -60,6 +60,12 @@
    -- 🔨 Maintainer: <img src='{{ gitlab_image }}' alt='avatar' style='width: 20px; height: 20px; border-radius: 50%'> [{{ code_owner_name }}]({{ code_owner_url }}) @{{ code_owner }}
    {%- endif %}

=== ".gitlab-ci.yml"

    ```yaml
    {{ job_raw_content | indent(4, False) }}
    ```

{% if screenshots_files %}
<script>
checkGallery();
@@ -72,8 +78,3 @@
</script>
{% endif %}
=== ".gitlab-ci.yml"

    ```yaml
    {{ job_raw_content | indent(4, False) }}
    ```