From 82525082f9c47322d618cb48f6623ed5d462ea8b Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 2 Feb 2024 13:47:28 +0100 Subject: [PATCH] show 5 columns on team page --- templates/team.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/team.html b/templates/team.html index c411b23..2fee6e0 100644 --- a/templates/team.html +++ b/templates/team.html @@ -6,7 +6,7 @@ {% set data = load_data(path="content/team/team.yaml") %}
{% for person in data.team %} -
+
{% set image = resize_image(path="team/" ~ person.picture, width=140, height=140, op="fill") %}

@@ -20,7 +20,7 @@

Former team members

{% for person in data.past %} -
+
{% set image = resize_image(path="team/" ~ person.picture, width=140, height=140, op="fill") %}