aboutsummaryrefslogtreecommitdiff
path: root/template/tutorial.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tutorial.html.j2')
-rw-r--r--template/tutorial.html.j225
1 files changed, 8 insertions, 17 deletions
diff --git a/template/tutorial.html.j2 b/template/tutorial.html.j2
index 91c6396d..8dd25667 100644
--- a/template/tutorial.html.j2
+++ b/template/tutorial.html.j2
@@ -1,6 +1,6 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<article class="d-flex flex-column p-2 bd-highlight"> 3<article class="d-flex flex-column p-5 bd-highlight">
4 <header> 4 <header>
5 <h1>{{ _("Tutorials") }}</h1> 5 <h1>{{ _("Tutorials") }}</h1>
6 </header> 6 </header>
@@ -12,22 +12,13 @@
12 </p> 12 </p>
13 <p> 13 <p>
14 {% trans %} 14 {% trans %}
15 <a href="tutorial-ubuntu1804.html">GNUnet on Ubuntu 18.04</a> 15 GNUnet installation instructions:
16 {% endtrans %} 16 <ul>
17 </p> 17 <li><a href="tutorial-ubuntu1804.html">Ubuntu 18.04</a></li>
18 <p> 18 <li><a href="tutorial-archpi.html">Arch-Pi</a></li>
19 {% trans %} 19 <li><a href="tutorial-debian9.html">Debian 9</a></li>
20 <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a> 20 <li><a href="tutorial-macos.html">macOS</a></li>
21 {% endtrans %} 21 </ul>
22 </p>
23 <p>
24 {% trans %}
25 <a href="tutorial-debian9.html">GNUnet on Debian 9</a>
26 {% endtrans %}
27 </p>
28 <p>
29 {% trans %}
30 <a href="tutorial-macos.html">GNUnet on macOS</a>
31 {% endtrans %} 22 {% endtrans %}
32 </p> 23 </p>
33 <p> 24 <p>