change how website is organized

This commit is contained in:
Parker TenBroeck 2026-01-22 11:48:01 -05:00
parent 58c56b0af7
commit 6c8e98dc98
38 changed files with 59 additions and 60 deletions

View file

@ -1,2 +1,2 @@
{% import "macros/figures.html" as figures %}
{{ figures::image(src=src, caption=caption) }}
{{ figures::image(src=page.colocated_path ~ src, caption=caption) }}