diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-24 09:33:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-02-24 09:33:57 +0100 |
commit | 80bdd937ff451113fd1bfc99bd78d83678e88a18 (patch) | |
tree | 43f4071214fd7d685f861cf8913609158b216234 | |
parent | 19561512489188a2fa5063acdb96f896020cc664 (diff) |
try with just one article
-rw-r--r-- | template/index.html.j2 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2 index ffd24eb9..76f293c3 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -4,9 +4,9 @@ <div class="container-logo banner dark text-center"> <img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> </div> +<article> <div class="jumbotron"> <div class="container text-center"> - <article> <p> {% trans %} GNUnet is a new network protocol stack for building secure, distributed, @@ -36,7 +36,6 @@ pressured to accept compromises. {% endtrans %} </p> - </article> <p> <a class="btn btn-primary btn-lg" href="https://git.gnunet.org/gnunet.git"> {% trans %} @@ -53,7 +52,6 @@ </div> <div class="container-fluid adorn_h3_bracket c_acronym"> - <article> <div class="container"> <div class="row"> <div class="container text-center"> @@ -190,13 +188,11 @@ </div> </div> //--> - </article> </div> <div class="container adorn_h3_bracket"> - <article> <div class="row"> <div class="container text-center"> <h1> @@ -297,8 +293,8 @@ </section> </div> </div> - </article> </div> +</article> <div class="container adorn_h3_bracket"> <div class="row"> |