Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2022-01-30 07:19:44 -08:00
commit 47be375de3

View file

@ -6,7 +6,6 @@
{% load cache %}
{% if not hide_book %}
{% cache 259200 generated_status_book status.id %}
{% with book=status.book|default:status.mention_books.first %}
<div class="columns is-mobile is-gapless">
<a class="column is-cover is-narrow" href="{{ book.local_path }}">
@ -26,7 +25,6 @@
</div>
</div>
{% endwith %}
{% endcache %}
{% endif %}
{% endspaceless %}