X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..9ba3ccd2ad2748ed4a1b67187b8e1ac273dc8ee8:/templates/catalogue/main_page.html?ds=sidebyside diff --git a/templates/catalogue/main_page.html b/templates/catalogue/main_page.html index b715f478b..221595fbf 100644 --- a/templates/catalogue/main_page.html +++ b/templates/catalogue/main_page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load catalogue chunks %} +{% load catalogue_tags chunks cache %} {% block bodyid %}main-page{% endblock %} @@ -17,8 +17,8 @@ {% chunk "site-description" %}
-
-

{{ form.q }} lub zobacz spis utworów w naszym zbiorze

+ +

{{ form.q }} {{ form.tags }} lub zobacz spis utworów w naszym zbiorze

@@ -72,7 +72,7 @@ {% if categories.theme %}

Motywy

@@ -83,6 +83,8 @@

Aktualności z naszego bloga

+ {% cache 1800 latest-blog-posts %} {% latest_blog_posts "http://wolnepodreczniki.pl/feed/?s=Wolne%20Lektury" %} + {% endcache %}
{% endblock %}