From 77cf3159b06631a9fb53209f6c04e9650e8784ec Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Thu, 14 Sep 2023 15:01:53 +0100 Subject: [PATCH] Testing --- _pages/projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_pages/projects.md b/_pages/projects.md index 8957e7998fe9..973e790e63ad 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -43,7 +43,8 @@ horizontal: false
{%- for project in sorted_projects -%} - {%- project.projectbla -%} + {%- assign testVariable = project.projectbla -%} + {{ testVariable }} {% include projects_horizontal.html %} {%- endfor %}