Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickader authored Oct 6, 2024
1 parent fd1144e commit 1e9ac7f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions photos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
%}

0 comments on commit 1e9ac7f

Please sign in to comment.