Add members to site
parent
afccae891d
commit
74885b0410
|
@ -37,7 +37,7 @@ pub fn main_page(ctx: &BuildContext) -> Result<()> {
|
||||||
"https://versary.town",
|
"https://versary.town",
|
||||||
"marquee technician",
|
"marquee technician",
|
||||||
),
|
),
|
||||||
("ella paws", "#", ""),
|
("ella paws", "#", "8fde7b6ef7c84fc295ba"),
|
||||||
(
|
(
|
||||||
"maia arson crimew",
|
"maia arson crimew",
|
||||||
"https://maia.crimew.gay/",
|
"https://maia.crimew.gay/",
|
||||||
|
|
|
@ -31,6 +31,16 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</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>
|
<section>
|
||||||
<h2>services</h2>
|
<h2>services</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue