1
0

Update gallery add test pedagogy

This commit is contained in:
suroh 2025-02-09 11:35:09 +01:00
parent 811e525d98
commit 56e241dd1d
6 changed files with 15 additions and 6 deletions

@ -1,4 +1,4 @@
---
title: Alexandra Eguiluz
title: Alex Eguiluz
layout: page
---

@ -0,0 +1,5 @@
---
title: cheesecake
---
This is a research project about cheesecakes.

@ -1,5 +1,5 @@
---
title: Research
title: Pedagogy
layout: page
parent: true
---

@ -0,0 +1,5 @@
{
"tags": ["pedagogy"],
"layout": "page",
"category": "pedagogy"
}

@ -1,4 +0,0 @@
{
"tags": ["research"],
"layout": "page"
}

@ -17,6 +17,9 @@
.gallery {
display: grid;
grid-auto-flow: row;
grid-auto-rows: auto;
align-content: start;
gap: var(--fs-400, 1em);
padding: var(--fs-400, 1em);
overflow-y: scroll;