fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Test shouldn't build FB2
[wolnelektury.git]
/
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
2947a2f
..
058b922
100755
(executable)
--- a/
apps/wolnelektury_core/templates/main_page.html
+++ b/
apps/wolnelektury_core/templates/main_page.html
@@
-1,4
+1,5
@@
{% extends "base.html" %}
{% extends "base.html" %}
+{% load static from staticfiles %}
{% load cache chunks i18n catalogue_tags infopages_tags social_tags %}
{% load cache chunks i18n catalogue_tags infopages_tags social_tags %}
@@
-36,7
+37,7
@@
<div class="infopages-box">
<h2><span class='mono'>{% trans "News" %}</span></h2>
{% cache 1800 latest-blog-posts %}
<div class="infopages-box">
<h2><span class='mono'>{% trans "News" %}</span></h2>
{% cache 1800 latest-blog-posts %}
- {% latest_blog_posts "http://nowoczesnapolska.org.pl/
category/wolne-lektury/
feed/" %}
+ {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/" %}
{% endcache %}
</div>
{% endcache %}
</div>
@@
-67,9
+68,13
@@
<div class="social-links">
<a href="http://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268"
<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"
<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>
</div>
</div>