[puzzles] Add puzzles to homepage
This commit is contained in:
@ -79,6 +79,13 @@
|
|||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if Puzzle %}
|
||||||
|
<h4>Puzzles</h4>
|
||||||
|
{% with scrobbles=Puzzle count=Puzzle_count time=Puzzle_time %}
|
||||||
|
{% include "scrobbles/_scrobble_table.html" %}
|
||||||
|
{% endwith %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if Book %}
|
{% if Book %}
|
||||||
<h4>Books</h4>
|
<h4>Books</h4>
|
||||||
{% with scrobbles=Book count=Book_count time=Book_time %}
|
{% with scrobbles=Book count=Book_count time=Book_time %}
|
||||||
|
|||||||
Reference in New Issue
Block a user