mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 01:35:28 +00:00
Specificy fragment name in cache key for landing page
This commit is contained in:
parent
51c932802a
commit
9aad37acd5
1 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue