X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..b8e94e0e7cc7576cbaacd3c737d6ffca6b12db53:/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 2947a2f69..118f3ac55 100755 --- a/apps/wolnelektury_core/templates/main_page.html +++ b/apps/wolnelektury_core/templates/main_page.html @@ -1,88 +1,88 @@ {% extends "base.html" %} -{% load cache chunks i18n catalogue_tags infopages_tags social_tags %} +{% load static from staticfiles %} +{% 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 %} -
{% 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 %}