X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9fbf0c4158a9427442171629a564e2de7780b5b7..69191eddb9e4221d964a7e5b044ff7c5dfe38315:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index 2a63ed57c..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,22 +51,25 @@
  • {% 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" %}
  • Informacje

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