diff options
author | ng0 <ng0@n0.is> | 2019-02-06 13:52:17 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-06 13:52:17 +0000 |
commit | bd98253c3b43e3d7807d7868c4980c3883261214 (patch) | |
tree | 408a4d9bd1f3bd6d58e8b8c8b14b75a6c347362f | |
parent | dd23859e1b818edd50a901372c3152b469a11090 (diff) |
index: fix formating issue with resulting output file which leads to further problems.
-rw-r--r-- | index.html.j2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/index.html.j2 b/index.html.j2 index 6fe8a631..ddb7dbdf 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -46,11 +46,7 @@ <div class="container"> <div class="row"> <div class="container text-center"> - <h1> - {% trans %} - The Internet of tomorrow needs GNUnet today - {% endtrans %} - </h1> + <h1>{% trans %}The Internet of tomorrow needs GNUnet today{% endtrans %}</h1> </div> </div> <div class="row"> |