X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3e8dfa015744bd72796fdd8eff0d81f863cdc46..74f7584b18b4386433b4c02336f5adafcae530c5:/src/wolnelektury/templates/main_page.html diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html index d68c2cc7f..369d6f603 100644 --- a/src/wolnelektury/templates/main_page.html +++ b/src/wolnelektury/templates/main_page.html @@ -1,8 +1,8 @@ {% extends "base/base.html" %} +{% load latest_blog_posts from blog %} {% load carousel from social_tags %} -{% load static from staticfiles %} +{% load static %} {% load i18n catalogue_tags infopages_tags %} -{% load ssi_include from ssify %} {% load cache %} {% load funding_tags %} {% get_current_language as LANGUAGE_CODE %} @@ -11,11 +11,6 @@ {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} -{% block extrahead %} -{{ block.super }} -{% include "hotjar.html" %} -{% endblock %} - {% block body %} {% spaceless %} {% carousel 'main' %} @@ -28,7 +23,7 @@ {{ book.mini_box }} {% endfor %} - +
{% trans "and many other books, poems, pictures, audiobooks…" %}
@@ -36,8 +31,39 @@ +
+

+ + {% trans "Recent publications" %} + → + +

+ {% for book in last_published %} + {{ book.mini_box }} + {% endfor %} +
+ + {% if collections %} +
+

+ + {% trans "Collections" %} + → + +

+ {% for collection in collections %} + {{ collection.box }} + {% endfor %} +
+ {% endif %} +
-

{% trans "Motifs and themes" %}

+

+ + {% trans "Motifs and themes" %} + → + +

{% trans "Theme" %}: {{ theme }}

{% trans "Explore works with the same theme" %}

@@ -50,32 +76,15 @@ {% endcache %} {% endif %}
- {% trans "See motifs catalog" %} -
- - {% if collection %} -
-

{% trans "Collections" %}

- {% cache 3600 collection_box collection.pk LANGUAGE_CODE %} - {% include 'catalogue/collection_box.html' %} - {% endcache %} - {% trans "See collections catalog" %} -
- {% endif %} - -
-

{% trans "Recent publications" %}

- {% for book in last_published %} - {{ book.mini_box }} - {% endfor %} - {% trans "More recent publications" %}

{% trans "News" %}

- {% ssi_include 'latest_blog_posts' %} + {% cache 1800 latest_blog_posts %} + {% latest_blog_posts %} + {% endcache %}
@@ -83,15 +92,17 @@
@@ -104,7 +115,7 @@