summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-27 13:24:17 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-27 13:24:17 +0200
commit1cf00c0c40ac0be875f27ad56f0d443233b18b94 (patch)
treecbf510db12bf99c9e3c9b1253a5144377a31bfd4
parent9e7994ad4cadc91d91648716bc121022dc113495 (diff)
downloadwww-1cf00c0c40ac0be875f27ad56f0d443233b18b94.tar.gz
www-1cf00c0c40ac0be875f27ad56f0d443233b18b94.tar.bz2
www-1cf00c0c40ac0be875f27ad56f0d443233b18b94.zip
team
-rw-r--r--common/footer.j2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 7b97597f..ad881d67 100644
--- 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>