From d6251f261418a6bcb3dce316a8f0f055822b11d3 Mon Sep 17 00:00:00 2001 From: natto1784 Date: Fri, 18 Nov 2022 11:33:25 +0530 Subject: [PATCH] fix templates/themes/index.html Signed-off-by: natto1784 --- templates/themes/index/index.css | 2 +- templates/themes/index/index.html | 66 +++++++++++++++---------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/templates/themes/index/index.css b/templates/themes/index/index.css index a6c00617..b3c92655 100644 --- a/templates/themes/index/index.css +++ b/templates/themes/index/index.css @@ -61,7 +61,7 @@ max-width: 100%; position: relative; height: 0; - padding-bottom: 56.25% + padding-bottom: 56.25%; } .videoofnow iframe { position: absolute; diff --git a/templates/themes/index/index.html b/templates/themes/index/index.html index 0dee4a01..d88b7996 100644 --- a/templates/themes/index/index.html +++ b/templates/themes/index/index.html @@ -43,7 +43,7 @@
{{ settings.quoteofnow }}

-

@@ -65,38 +65,38 @@ {% endif %}

Recent Images

-
-
    - {% for post in recent_images %} -
  • - - - -
  • - {% endfor %} -
-
-
-

Latest Posts

- -
-
-

Stats

-
    -
  • Total posts: {{ stats.total_posts }}
  • -
  • Unique posters: {{ stats.unique_posters }}
  • -
  • Active content: {{ stats.active_content|filesize }}
  • -
-
+
+
    + {% for post in recent_images %} +
  • + + + +
  • + {% endfor %} +
+
+
+

Latest Posts

+ +
+
+

Stats

+
    +
  • Total posts: {{ stats.total_posts }}
  • +
  • Unique posters: {{ stats.unique_posters }}
  • +
  • Active content: {{ stats.active_content|filesize }}
  • +
+