X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6c071c6cbb739209e9d8488ff7080f8ad7c7d2d0..3badd77f743883992829a1174eef7c8d5e851766:/wolnelektury/templates/main_page.html?ds=sidebyside diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index 002d45bc0..a879b0dcb 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,8 +68,9 @@

    Informacje

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