aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-24 10:00:10 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-24 10:00:10 +0100
commit7cd24cf7dc1c43ae10205a4dce3aa3cd5dfe38a8 (patch)
tree50671586fddf9bb818a3dd23c2a227200b9ad99b /template/index.html.j2
parentc11eff882843672deec5540e1009470739f7e128 (diff)
downloadwww-7cd24cf7dc1c43ae10205a4dce3aa3cd5dfe38a8.tar.gz
www-7cd24cf7dc1c43ae10205a4dce3aa3cd5dfe38a8.zip
fix missing alt tag
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j22
1 files changed, 1 insertions, 1 deletions
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 @@
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="container-logo banner dark text-center" id="frontpagefront"> 4<div class="container-logo banner dark text-center" id="frontpagefront">
5 <h1> 5 <h1>
6 <img alt="GNUnet" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> 6 <img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" />
7 </h1> 7 </h1>
8</div> 8</div>
9<article> 9<article>