Add members to site

main
Charlotte Som 2022-03-17 11:45:59 +00:00
parent afccae891d
commit 74885b0410
2 changed files with 11 additions and 1 deletions

View File

@ -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/",

View File

@ -31,6 +31,16 @@
</ul>
</section>
<section>
<h2>members</h2>
<ul>
{% for member in members %}
<li><a href="{{ member.website }}">{{ member.name }}</a> &ndash; {{ member.title }}</li>
{% endfor %}
</ul>
</section>
<section>
<h2>services</h2>