summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/index.html.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index be9cafc..0c36da5 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -25,8 +25,7 @@
<div class="container">
<div class="inncontentPanel">
<h3>{% trans %}Benefits of Anastasis{% endtrans %}</h3>
- <p>{% trans %}Anastasis is a key recovery system that allows the user to securely deposit shares of a core secret with an open set of escrow providers, to recover it if the secret is lost. The core secret itself is protected from the escrow providers by giving each provider only part of the information, and additionally by encrypting it with an identity-based key unknown to the providers.{% endtrans %}
- {% trans %}Anastasis is a <a href="https://www.gnu.org/">GNU</a> package.{% endtrans %}</p>
+ <p>{% trans %}Anastasis is a key recovery system that allows the user to securely deposit shares of a core secret with an open set of escrow providers, to recover it if the secret is lost. The core secret itself is protected from the escrow providers by giving each provider only part of the information, and additionally by encrypting it with an identity-based key unknown to the providers.{% endtrans %} {% trans %}Anastasis is a <a href="https://www.gnu.org/">GNU</a> package.{% endtrans %}</p>
</div>
</div>
</section>