Merge branch 'sunburnt' of git+ssh://san.fnp/home/staging/dev/application into sunburnt
[wolnelektury.git] / apps / wolnelektury_core / templates / main_page.html
index 2947a2f..f9ff45e 100755 (executable)
@@ -1,4 +1,5 @@
 {% extends "base.html" %}
+{% load static from staticfiles %}
 {% load cache chunks i18n catalogue_tags infopages_tags social_tags %}
 
 
@@ -35,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/category/wolne-lektury/feed/" %}
+            {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/?cat=-135" %}
         {% endcache %}
     </div>
 
@@ -47,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>
@@ -55,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>
 
 
         <div class="social-links">
             <a href="http://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268"
-                title='Wolne Lektury @ Facebook'>f</a>
+                title='Wolne Lektury @ Facebook'>
+                <img src="{% static "img/social/f.png" %}" />
+            </a>
             <a href="http://nk.pl/profile/30441509"
-                title='Wolne Lektury @ NK'>nk</a>
+                title='Wolne Lektury @ NK'>
+                <img src="{% static "img/social/nk.png" %}" />
+            </a>
         </div>
     </div>