aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j27
1 files changed, 4 insertions, 3 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 624e15ec..fc991758 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -251,13 +251,14 @@
251 <section> 251 <section>
252 <h2>{{ _("Sustainability") }}</h2> 252 <h2>{{ _("Sustainability") }}</h2>
253 <p> 253 <p>
254 {% trans %} 254 {% trans url=url_localized('news/2021-05-DISSENS.html') %}
255 GNUnet does not require a decentralized, public ledger. 255 GNUnet does not require a decentralized, public ledger.
256 This eliminates the need for wasteful, continuous consensus 256 This eliminates the need for wasteful, continuous consensus
257 mechanisms, which do not scale and are ecologically unsustainable. 257 mechanisms, which do not scale and are ecologically unsustainable.
258 GNUnet and its applications employ decentralization only where it 258 GNUnet and its applications employ decentralization only
259 <a href="{{ url }}"> where it
259 provides the most value and use more efficient technology stacks where 260 provides the most value and use more efficient technology stacks where
260 needed. 261 needed</a>.
261 {% endtrans %} 262 {% endtrans %}
262 </p> 263 </p>
263 </section> 264 </section>