From 1e9ac7f58d3c3c33fe33828f86c859b2ab90be37 Mon Sep 17 00:00:00 2001 From: nickader <44609434+nickader@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:42:48 -0400 Subject: [PATCH] Update index.md --- photos/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/photos/index.md b/photos/index.md index 0af406c2..b486eca0 100644 --- a/photos/index.md +++ b/photos/index.md @@ -4,3 +4,17 @@ nav: order: 4 tooltip: Photos from the lab! --- + +{% capture content %} + {% include figure.html ... %} + {% include figure.html ... %} + {% include figure.html ... %} + {% include figure.html ... %} + {% include figure.html ... %} +{% endcapture %} + +{% + include grid.html + content=content + style="square" +%}