added pictures/gallery. organized media better

This commit is contained in:
Parker TenBroeck 2026-01-20 19:22:57 -05:00
parent b0d420c311
commit 4886fa19c9
65 changed files with 318 additions and 112 deletions

View file

@ -1,13 +1,13 @@
{% extends "base.html" %}
{% import "macros/post.html" as posts %}
{% import "macros/post.html" as post %}
{% block main %}
<div class="blog">
{% for page in section.pages %}
{{ posts::excerpt(page=page) }}
{{ post::excerpt(page=page) }}
{% endfor %}
</div>