diff options
Diffstat (limited to 'index.html.j2')
-rw-r--r-- | index.html.j2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2 index 23f1f01b..cf196e8a 100644 --- a/index.html.j2 +++ b/index.html.j2 | |||
@@ -3,7 +3,9 @@ | |||
3 | <!-- Jumbotron --> | 3 | <!-- Jumbotron --> |
4 | <div class="jumbotron"> | 4 | <div class="jumbotron"> |
5 | <div class="container text-center"> | 5 | <div class="container text-center"> |
6 | <h1>{{ _("_project_title") }}</h1> | 6 | <div class="logo"> |
7 | <img src="images/gnunet-small-logo.png" /> | ||
8 | </div> | ||
7 | 9 | ||
8 | <p> | 10 | <p> |
9 | {% trans %} | 11 | {% trans %} |
@@ -154,7 +156,7 @@ If you want to participate join <a href="ev.html">us</a>. | |||
154 | 156 | ||
155 | <p> | 157 | <p> |
156 | {% trans %} | 158 | {% trans %} |
157 | <a href="http://secushare.org/">secushare</a> | 159 | <a href="https://secushare.org/">secushare</a> |
158 | is creating a decentralized social networking | 160 | is creating a decentralized social networking |
159 | application on top of GNUnet. Using overlay | 161 | application on top of GNUnet. Using overlay |
160 | multicast and the extensible PSYC protocol, notifications are | 162 | multicast and the extensible PSYC protocol, notifications are |