diff options
Diffstat (limited to 'common/navigation.j2.inc')
-rw-r--r-- | common/navigation.j2.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc index 28114b07..e4152554 100644 --- a/common/navigation.j2.inc +++ b/common/navigation.j2.inc | |||
@@ -26,7 +26,7 @@ | |||
26 | be better for orientation. | 26 | be better for orientation. |
27 | --> | 27 | --> |
28 | <!-- <img src="{{ url('static/images/gnunet-icon.png') }}" alt="GNUnet Home Icon" /> --> | 28 | <!-- <img src="{{ url('static/images/gnunet-icon.png') }}" alt="GNUnet Home Icon" /> --> |
29 | <img src="{{ url('static/images/gnunet-anonymous-schriftzug.png') }}" alt="GNUnet Home Icon" height="25px" /> | 29 | <img src="{{ url('static/images/gnunet-logo-dark-only-text.png') }}" alt="GNUnet Home Icon" height="25px" /> |
30 | </a> | 30 | </a> |
31 | 31 | ||
32 | <!-- menu button --> | 32 | <!-- menu button --> |
@@ -50,10 +50,10 @@ | |||
50 | {{ _("Community") }} | 50 | {{ _("Community") }} |
51 | </a> | 51 | </a> |
52 | <ul class="dropdown-menu" aria-labelledby="navbarMain"> | 52 | <ul class="dropdown-menu" aria-labelledby="navbarMain"> |
53 | <li><a class="dropdown-item" href="engage.html">{{ _("Discussion") }} </a></li> | 53 | <li><a class="dropdown-item" href="engage.html">{{ _("Engage") }} </a></li> |
54 | <li><a class="dropdown-item" href="gsoc.html">{{ _("GSoC Projects") }}</a></li> | 54 | <li><a class="dropdown-item" href="gsoc.html">{{ _("GSoC Projects") }}</a></li> |
55 | <li><a class="dropdown-item" href="copyright.html">{{ _("Copyright for Contributors") }} </a></li> | ||
56 | <li><a class="dropdown-item" href="ev.html">{{ _("GNUnet e.V.") }}</a></li> | 55 | <li><a class="dropdown-item" href="ev.html">{{ _("GNUnet e.V.") }}</a></li> |
56 | <li><a class="dropdown-item" href="copyright.html">{{ _("Copyright for Contributors") }} </a></li> | ||
57 | <!-- li><a class="dropdown-item" href="https://old.gnunet.org/bot/log/gnunet">{{ _("IRC Archive") }}</a></li --> | 57 | <!-- li><a class="dropdown-item" href="https://old.gnunet.org/bot/log/gnunet">{{ _("IRC Archive") }}</a></li --> |
58 | </ul> | 58 | </ul> |
59 | </li> | 59 | </li> |