1
0
Fork 0

Merge pull request #2529 from chdorner/fix/titleby-cache-clearing

Fix titleby cache fragment clearing
This commit is contained in:
Mouse Reeve 2022-12-21 11:06:13 -08:00 committed by GitHub
commit d0f7cf56f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 18 deletions

View file

@ -5,7 +5,7 @@
{% get_current_language as LANGUAGE_CODE %}
{# 6 month cache #}
{% cache 15552000 titleby LANGUAGE_CODE book.id %}
{% cache 10 titleby LANGUAGE_CODE book.id %}
{% if book.authors.exists %}
{% blocktrans trimmed with path=book.local_path title=book|book_title %}