aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/navigation.j2.inc2
-rw-r--r--template/index.html.j22
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 @@
21 TODO: imo this is bad in the navbar. a readable "gnunet" font-logo would 21 TODO: imo this is bad in the navbar. a readable "gnunet" font-logo would
22 be better for orientation. 22 be better for orientation.
23 --> 23 -->
24 <img src="{{ url('static/images/gnunet-icon.png') }}" alt="" /> 24 <img src="{{ url('static/images/gnunet-icon.png') }}" alt="GNUnet Home Icon" />
25 <!-- <img width="70%" height="70%" src="../static/images/gnunet-logo-dark-only-text.svg" alt="" /> --> 25 <!-- <img width="70%" height="70%" src="../static/images/gnunet-logo-dark-only-text.svg" alt="" /> -->
26 </a> 26 </a>
27 <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"> 27 <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 @@
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>