diff --git a/build_src/main_page.rs b/build_src/main_page.rs index ba11718..f0bfcfa 100644 --- a/build_src/main_page.rs +++ b/build_src/main_page.rs @@ -37,7 +37,7 @@ pub fn main_page(ctx: &BuildContext) -> Result<()> { "https://versary.town", "marquee technician", ), - ("ella paws", "#", ""), + ("ella paws", "#", "8fde7b6ef7c84fc295ba"), ( "maia arson crimew", "https://maia.crimew.gay/", diff --git a/templates/main_page.html.j2 b/templates/main_page.html.j2 index 1cc0771..75c4b52 100644 --- a/templates/main_page.html.j2 +++ b/templates/main_page.html.j2 @@ -31,6 +31,16 @@ </ul> </section> + <section> + <h2>members</h2> + + <ul> + {% for member in members %} + <li><a href="{{ member.website }}">{{ member.name }}</a> – {{ member.title }}</li> + {% endfor %} + </ul> + </section> + <section> <h2>services</h2>