X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/075fb07f19c2f20cd3b6818b973e7aebebdacc9f..69191eddb9e4221d964a7e5b044ff7c5dfe38315:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index 002d45bc0..b4907129b 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -1,21 +1,14 @@ {% extends "base.html" %} -{% load cache i18n catalogue_tags infopages_tags %} +{% load cache i18n catalogue_tags infopages_tags social_tags %} {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block body %} -
- -

Jarosław Lipszyc poleca:

-

Dobranoc, obróć jeszcze raz na mnie oczęta,
- (…) Daj mi pierś ucałować
- Dobranoc, zapięta.

-

Adam Mickiewicz, Dziady część III

-
-
- +
+ {% cite_promo %} +
{% spaceless %} @@ -24,7 +17,7 @@

Trwa konkurs

-
+

Konkurs poezji automatycznej

Znacie Leśmianatora? To niewielki skrypt miskujący na życzenie @@ -35,9 +28,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 +51,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 +61,15 @@

    Informacje

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