commit 1cf00c0c40ac0be875f27ad56f0d443233b18b94
parent 9e7994ad4cadc91d91648716bc121022dc113495
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 27 Jun 2019 13:24:17 +0200
team
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
@@ -8,7 +8,7 @@
<div class="row">
<div class="col-12 col-sm-6">
<ul class="footer-list">
- <li><p><a href="about.html">{{ _("About") }}</a></p></li>
+ <li><p><a href="team.html">{{ _("Team") }}</a></p></li>
<li><p><a href="contact.html">{{ _("Contact") }}</a></p></li>
</ul>
</div>