Specificy fragment name in cache key for landing page

This commit is contained in:
Christof Dorner 2022-12-26 17:52:03 +01:00
parent 51c932802a
commit 9aad37acd5

View file

@ -10,7 +10,8 @@
</div>
{% get_current_language as LANGUAGE_CODE %}
{% cache 60 * 60 LANGUAGE_CODE %}
{# 1 hour cache #}
{% cache 3600 landing LANGUAGE_CODE %}
{% get_landing_books as books %}
<section class="tile is-ancestor">
<div class="tile is-vertical is-6">