diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-24 10:00:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-02-24 10:00:10 +0100 |
commit | 7cd24cf7dc1c43ae10205a4dce3aa3cd5dfe38a8 (patch) | |
tree | 50671586fddf9bb818a3dd23c2a227200b9ad99b | |
parent | c11eff882843672deec5540e1009470739f7e128 (diff) |
fix missing alt tag
-rw-r--r-- | common/navigation.j2.inc | 2 | ||||
-rw-r--r-- | template/index.html.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc index 1308933f..cbf8d556 100644 --- a/common/navigation.j2.inc +++ b/common/navigation.j2.inc @@ -21,7 +21,7 @@ TODO: imo this is bad in the navbar. a readable "gnunet" font-logo would be better for orientation. --> - <img src="{{ url('static/images/gnunet-icon.png') }}" alt="" /> + <img src="{{ url('static/images/gnunet-icon.png') }}" alt="GNUnet Home Icon" /> <!-- <img width="70%" height="70%" src="../static/images/gnunet-logo-dark-only-text.svg" alt="" /> --> </a> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarMain" aria-controls="navbarMain" aria-expanded="false" aria-label="Toggle navigation"> diff --git a/template/index.html.j2 b/template/index.html.j2 index 8881fa25..74056517 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -3,7 +3,7 @@ <!-- Jumbotron --> <div class="container-logo banner dark text-center" id="frontpagefront"> <h1> - <img alt="GNUnet" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> + <img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" /> </h1> </div> <article> |