From bba24332c95d899101bc7abdfd19a6cd4ef296d8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 09:37:37 +0300 Subject: Extract top menu --- templates/base.html | 14 ++++++++++++-- templates/index.html | 27 ++++++++++++--------------- 2 files changed, 24 insertions(+), 17 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 64d672f..06e79d4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,8 +20,18 @@
- {% block body %} - {% endblock %} +
+

postmarketOS

+ + {% block body %} + {% endblock %} +
diff --git a/templates/index.html b/templates/index.html index a33cada..59c14e9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,20 +1,17 @@ {% extends 'base.html' %} {% block body %} -
-

postmarketOS

-
- -
-
-

postmarketOS, or pmOS in short, is a touch-optimized, pre-configured Alpine Linux with own packages, that can be installed on smartphones (Not usable for most people yet!).

-

Find us on:

- -
+
+ +
+
+

postmarketOS, or pmOS in short, is a touch-optimized, pre-configured Alpine Linux with own packages, that can be installed on smartphones (Not usable for most people yet!).

+

Find us on:

+
{% endblock %} -- cgit v1.3.1