X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/075fb07f19c2f20cd3b6818b973e7aebebdacc9f..e0e33e24cf53aa1b65e08bcabcc674529d09741a:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index 002d45bc0..988bbb344 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -24,7 +24,7 @@

Trwa konkurs

-
+

Konkurs poezji automatycznej

Znacie Leśmianatora? To niewielki skrypt miskujący na życzenie @@ -35,9 +35,11 @@

Ostatnie publikacje

- {% for book in last_published %} - {{ book.mini_box }} - {% endfor %} + {% cache 300 last-published-on-main %} + {% for book in last_published %} + {% book_mini book %} + {% endfor %} + {% endcache %}
@@ -56,9 +58,8 @@
  • {% trans "Report a bug or suggestion" %}
  • Turniej Elektrybałtów
  • Leśmianator
  • -
  • {% trans "Mobile app" %}
  • +
  • {% trans "Mobile app" %}
  • {% trans "Widget" %}
  • -
  • {% trans "Public domain counter" %}
  • {% trans "Missing a book?" %}
  • {% trans "Publishing plan" %}
  • @@ -67,12 +68,15 @@

    Informacje

    - - {% infopages_on_main %} + {% cache 300 infopages-on-main LANGUAGE_CODE %} + {% infopages_on_main %} + {% endcache %}