X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8b315975fe02851ec4d0b6d1ce1c30b37a0ebf3d..3768325f42689394f4639ff92e3cc483670c0d17:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index fc5217c32..acfd79c44 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -3,11 +3,12 @@ {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} +{% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block body %}
- {% cite_promo %} + {% cit\e_promo %}
{% spaceless %} @@ -18,7 +19,7 @@ -

Ostatnie publikacje

+

{% trans "Recent publications" %}

{% cache 60 last-published-on-main %} {% for book in last_published %} {% book_mini book %} @@ -28,7 +29,7 @@
-

Aktualności

+

{% trans "News" %}

{% cache 1800 latest-blog-posts %} {% latest_blog_posts "http://nowoczesnapolska.org.pl/category/wolne-lektury/feed/" %} {% endcache %} @@ -36,14 +37,13 @@
-

Narzędzia

+

{% trans "Utilities" %}

@@ -51,16 +51,16 @@
-

Informacje

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

{% trans "Information" %}

+ {% cache 60 infopages-on-main LANGUAGE_CODE %} {% infopages_on_main %} {% endcache %}
@@ -68,3 +68,12 @@ {% endspaceless %} {% endblock %} + + +{% block add_footer %} +

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

+{% endblock %}