X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0f494f6c2a109155bcdc7057d0e35757cc9cbfb7..378665e6e0ee8595e3c97096331bab365845cd9e:/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..f9ff45ec4 100755 --- a/apps/wolnelektury_core/templates/main_page.html +++ b/apps/wolnelektury_core/templates/main_page.html @@ -36,8 +36,9 @@ <div class="infopages-box"> <h2><span class='mono'>{% trans "News" %}</span></h2> + {# 135 is the id of new publications category of our master blog. perhaps this URL should go to settings. #} {% cache 1800 latest-blog-posts %} - {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/" %} + {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/?cat=-135" %} {% endcache %} </div> @@ -48,7 +49,6 @@ <ul> <li><a href="{% url suggest %}" id="suggest" class="ajaxable">{% trans "Report a bug or suggestion" %}</a></li> <!--li><a href="http://turniej.wolnelektury.pl">Turniej ElektrybaÅtów</a></li--> - <li><a href="{% url lesmianator %}">LeÅmianator</a></li> <li><a href="{% url reporting_catalogue_pdf %}"> {% trans "Download the catalogue in PDF format." %} </a></li> @@ -56,6 +56,9 @@ <li><a href="{% url suggest_publishing %}" id="suggest-publishing" class="ajaxable">{% trans "Missing a book?" %}</a></li> <li><a href="{% url publish_plan %}">{% trans "Publishing plan" %}</a></li> <li><a href="{% url api %}">API</a></li> + <li><a href="{% url lesmianator %}">LeÅmianator</a></li> + <li><a href="http://polski.wolnelektury.pl">MateriaÅy do nauki j. polskiego</a></li> + </ul> </div>