[puzzles] Add puzzles to homepage

This commit is contained in:
2025-08-03 02:01:29 -04:00
parent ebc66bbf64
commit dc965687c2

View File

@ -79,6 +79,13 @@
{% endwith %}
{% endif %}
{% if Puzzle %}
<h4>Puzzles</h4>
{% with scrobbles=Puzzle count=Puzzle_count time=Puzzle_time %}
{% include "scrobbles/_scrobble_table.html" %}
{% endwith %}
{% endif %}
{% if Book %}
<h4>Books</h4>
{% with scrobbles=Book count=Book_count time=Book_time %}