From 7b372f0e04bbfb5198320de7c950dc670a2cdef4 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 17 Jun 2020 18:37:56 -0700 Subject: revert to non-bootstrap CSS, i miss it --- templates/index.html | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 31bef23..c05ff8e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,14 +3,32 @@ Audiobooks - + -

Audiobooks

- +
+ @@ -18,12 +36,13 @@ {% for b, v in books.items() %} + {% endfor %}
TitlePath Tracks Duration Size
{{ v['title']|escape }}{{ v['path']|escape }} {{ v['files']|length }} {{ v['duration_str'] }} {{ v['size_str'] }}
-
+ -- cgit v1.2.3-54-g00ecf