From dc965687c232e50dcf02c56fd50eee951557fb90 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 3 Aug 2025 02:01:29 -0400 Subject: [PATCH] [puzzles] Add puzzles to homepage --- vrobbler/templates/scrobbles/_last_scrobbles.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vrobbler/templates/scrobbles/_last_scrobbles.html b/vrobbler/templates/scrobbles/_last_scrobbles.html index 13fc631..5be8c44 100644 --- a/vrobbler/templates/scrobbles/_last_scrobbles.html +++ b/vrobbler/templates/scrobbles/_last_scrobbles.html @@ -79,6 +79,13 @@ {% endwith %} {% endif %} + {% if Puzzle %} +

Puzzles

+ {% with scrobbles=Puzzle count=Puzzle_count time=Puzzle_time %} + {% include "scrobbles/_scrobble_table.html" %} + {% endwith %} + {% endif %} + {% if Book %}

Books

{% with scrobbles=Book count=Book_count time=Book_time %}