comparison gpp/templates/home.html @ 484:bbbc357ac5f3

For #233; first commit for adding social media sharing buttons to news stories.
author Brian Neal <bgneal@gmail.com>
date Tue, 18 Oct 2011 00:04:37 +0000
parents 772ce9385b85
children f0f3966ea44f
comparison
equal deleted inserted replaced
483:3ac558402014 484:bbbc357ac5f3
4 {% load news_tags %} 4 {% load news_tags %}
5 {% load weblinks_tags %} 5 {% load weblinks_tags %}
6 {% load downloads_tags %} 6 {% load downloads_tags %}
7 {% load poll_tags %} 7 {% load poll_tags %}
8 {% load forum_tags %} 8 {% load forum_tags %}
9 {% load script_tags %}
9 {% load cache %} 10 {% load cache %}
10 {% block title %}Home{% endblock %} 11 {% block title %}Home{% endblock %}
11 {% block custom_head %} 12 {% block custom_head %}
12 <link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url 'feeds-news' %}" /> 13 <link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url 'feeds-news' %}" />
13 {% endblock %} 14 {% endblock %}
28 }); 29 });
29 </script> 30 </script>
30 <style type="text/css"> 31 <style type="text/css">
31 #home-slideshow img { display: none } 32 #home-slideshow img { display: none }
32 </style> 33 </style>
34 {% script_tags "social" %}
33 {% endblock %} 35 {% endblock %}
34 {% block content %} 36 {% block content %}
35 <h2>Welcome to SurfGuitar101!</h2> 37 <h2>Welcome to SurfGuitar101!</h2>
36 <div class="span-9"> 38 <div class="span-9">
37 <div id="home-slideshow"> 39 <div id="home-slideshow">