X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0f494f6c2a109155bcdc7057d0e35757cc9cbfb7..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/wolnelektury_core/templates/main_page.html diff --git a/apps/wolnelektury_core/templates/main_page.html b/apps/wolnelektury_core/templates/main_page.html index 058b9224a..f1450cbd6 100755 --- a/apps/wolnelektury_core/templates/main_page.html +++ b/apps/wolnelektury_core/templates/main_page.html @@ -1,93 +1,88 @@ {% extends "base.html" %} {% load static from staticfiles %} -{% load cache chunks i18n catalogue_tags infopages_tags social_tags %} +{% load i18n catalogue_tags infopages_tags social_tags %} +{% load ssi_include from ssify %} {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} -{% block body %} +{% block body %}{% spaceless %} -
- {% cite_promo %} -
+ {% choose_cite as cite_pk %} + {{ cite_pk.if }} + {% ssi_include 'social_cite_main' pk=cite_pk %} + {{ cite_pk.endif }} - {% spaceless %} -
-

- {% trans "What's new?" %} -

-
- {% chunk "promo" %} -
-
+
+

{% trans "What's new?" %}

+
+ {% ssi_include 'chunk' key='promo' %} +
+
-

{% trans "Recent publications" %}

- {% cache 60 last-published-on-main %} +
+

{% trans "Recent publications" %}

{% for book in last_published %} - {% book_mini book %} + {% ssi_include 'catalogue_book_mini' pk=book.pk %} {% endfor %} - {% endcache %} +
-
-

{% trans "News" %}

- {% cache 1800 latest-blog-posts %} - {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/" %} - {% endcache %} -
+
+

{% trans "News" %}

+ {% ssi_include 'latest_blog_posts' %} +
-
-

{% trans "Utilities" %}

+
+

{% trans "Utilities" %}

-
+ -
-

{% trans "Information" %}

- {% cache 60 infopages-on-main LANGUAGE_CODE %} +
+

{% trans "Information" %}

+ -
- + - {% endspaceless %} -{% endblock %} +{% endspaceless %}{% endblock %} -{% block add_footer %} -

{% trans "Image used:" %} -books about architecture, -saikofish@Flickr, -CC BY NC SA. -

-{% endblock %} +{% block add_footer %}{% spaceless %} +{{ cite_pk.if }} +

{% trans "Image used:" %} + {% ssi_include 'social_cite_info' pk=cite_pk %} +

+{{ cite_pk.endif }} +{% endspaceless %}{% endblock %}