diff --git a/app/templates/groups.html b/app/templates/groups.html
index 13bc788..f2ecdfa 100644
--- a/app/templates/groups.html
+++ b/app/templates/groups.html
@@ -18,7 +18,7 @@
{% for g, count in groups|dictsort %}
- {{ g }}
+ {{ g }}
{{ count }}
{% endfor %}
diff --git a/app/templates/layout.html b/app/templates/layout.html
index e3f0927..1fede6c 100644
--- a/app/templates/layout.html
+++ b/app/templates/layout.html
@@ -4,16 +4,16 @@
-
-
-
+
+
+
{% block title %}{% endblock %} - MSYS2 Packages
-
- MSYS2 Packages
+
+ MSYS2 Packages
diff --git a/app/templates/navbar.html b/app/templates/navbar.html
index 85ffd6e..c32c0b8 100644
--- a/app/templates/navbar.html
+++ b/app/templates/navbar.html
@@ -1,30 +1,30 @@
- Repo Updates
+ Repo Updates
- Repos
+ Repos
- Base Packages
+ Base Packages
- Groups
+ Groups
- Search
+ Search
- Outdated
+ Outdated
- Update Queue
+ Update Queue
- New Queue
+ New Queue
- Removal Queue
+ Removal Queue
- Python 2 Removal
+ Python 2 Removal
diff --git a/app/templates/outofdate.html b/app/templates/outofdate.html
index cb505a9..dda4c5b 100644
--- a/app/templates/outofdate.html
+++ b/app/templates/outofdate.html
@@ -31,7 +31,7 @@
{% for (s, myver, gitver, ver, url, date) in to_update %}
- {{ s.name }}
+ {{ s.name }}
{{ myver }}{% if gitver %} ({{ gitver }} in git) {% endif %}
→
{{ ver }}
@@ -43,7 +43,7 @@
{{ missing|length }} packages not found in other distros:
{% for (s, short_name) in missing %}
- {{ s.name }}
+ {{ s.name }}
({{ short_name }}) {{ ", " if not loop.last else '' }}
{% endfor %}
@@ -51,7 +51,7 @@
{{ skipped|length }} packages skipped (Windows only etc.):
{% for s in skipped %}
- {{ s.name }} {{ ", " if not loop.last else '' }}
+ {{ s.name }} {{ ", " if not loop.last else '' }}
{% endfor %}
diff --git a/app/templates/package.html b/app/templates/package.html
index c28ab5a..8f53c1a 100644
--- a/app/templates/package.html
+++ b/app/templates/package.html
@@ -20,7 +20,7 @@
Base Package:
- {{ p.base }}
+ {{ p.base }}
Repo:
{{ package_name(p, p.repo) }}
diff --git a/app/templates/python2.html b/app/templates/python2.html
index 97ce067..806d01b 100644
--- a/app/templates/python2.html
+++ b/app/templates/python2.html
@@ -19,7 +19,7 @@
{% for s, info in results %}
- {{ s }}
+ {{ s }}
{{ info[0] }}
{{ '✓' if info[1] else ''}}
diff --git a/app/templates/queue.html b/app/templates/queue.html
index ae5848b..34791be 100644
--- a/app/templates/queue.html
+++ b/app/templates/queue.html
@@ -25,7 +25,7 @@
{% for (srcpkg, s, p) in updates %}
{{ srcpkg.date }}
- {{ s.name }}
+ {{ s.name }}
{{ p.version }}
→
{{ srcpkg.build_version }}
diff --git a/app/templates/search.html b/app/templates/search.html
index eac24e0..a1af61e 100644
--- a/app/templates/search.html
+++ b/app/templates/search.html
@@ -6,7 +6,7 @@