diff options
author | ng0 <ng0@n0.is> | 2019-02-20 21:47:19 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-20 21:47:19 +0000 |
commit | 130ae20ce3540291a6d30078062bf5a17487182f (patch) | |
tree | 2fc7d2efc7e0b86d6e5afb117862ff346e7597b2 | |
parent | 221f8b392504b6d8e0b4a44358fdf21fd45416d7 (diff) |
fix link
-rw-r--r-- | template/team.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/team.html.j2 b/template/team.html.j2 index 7e437478..52b3db82 100644 --- a/template/team.html.j2 +++ b/template/team.html.j2 @@ -14,7 +14,7 @@ <!-- was: height="240" --> <img src="{{ url('static/team-images/christian-grothoff.jpg') }}" alt="Christian Grothoff" class="img-fluid"> <ul class="text-center"> - <li><a href="https://grothoff.org/christian"><i class="fas fa-home"></i></a></li> + <li><a href="https://grothoff.org/christian/"><i class="fas fa-home"></i></a></li> </ul> </div> <h1><a href="https://grothoff.org/christian/">Christian Grothoff</a></h1> |