X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f59e7c3de6bd0f85a61a4d9481db60cd7369ae92..3badd77f743883992829a1174eef7c8d5e851766:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index ddb90facb..a879b0dcb 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -24,21 +24,27 @@

Trwa konkurs

-
-

Konkurs poezji automatycznej

+
+

Konkurs poezji automatycznej

+

Znacie Leśmianatora? To niewielki skrypt miskujący na życzenie wiersze z Wolnych Lektur.

+
-

Ostatnie publikacje

- {% for book in last_published %} - {{ book.mini_box }} - {% endfor %} +

Ostatnie publikacje

+ {% cache 300 last-published-on-main %} + {% for book in last_published %} + {% book_mini book %} + {% endfor %} + {% endcache %} + +
-

Aktualności

+

Aktualności

{% cache 1800 latest-blog-posts %} {% latest_blog_posts "http://nowoczesnapolska.org.pl/category/wolne-lektury/feed/" %} {% endcache %} @@ -46,24 +52,25 @@
-

Narzędzia

+

Narzędzia

-

Informacje

- - {% infopages_on_main %} +

Informacje

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