update logo looping

This commit is contained in:
2023-11-29 23:02:53 +02:00
parent defc94c867
commit 24211cdb87
4 changed files with 50 additions and 2 deletions

View File

@@ -45,12 +45,27 @@ weight: 1
<!-- {% include "reviews.html" items=[
{ name = "Item 1", description = "Description 1", date = "2023-01-01" },
{ name = "Item 2", description = "Description 2", date = "2023-02-01" },
{ name = "Item 3", description = "Description 3", date = "2023-03-01" }
] %}
{% end %} -->
{% myloop(
items=["Item 1", "Item 2", "Item 3", "Item 4"])
%}
# test
{% end %}
<!-- section reviews -->
{% reviews(
reviews_name = "ehab",
reviews_name = "Jhone",
reviews_date = "12/6/2023"
reviews_description = "test test"
@@ -59,8 +74,18 @@ weight: 1
{% end %}
{% logo(
logos=["https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png", "https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png", "https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png", "https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png"])
%}
<!-- section banner -->
{% banner(
banner_text = "This is a section of some simple filler text, also known as placeholder text.",
@@ -68,6 +93,8 @@ weight: 1
) %}
</div>