Mercurial > public > sg101
comparison gpp/templates/home.html @ 176:b7ac381996e8
Implement ticket #59; update RSS feeds for Django 1.2.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 11 Mar 2010 02:34:07 +0000 |
parents | b1766b1bda45 |
children | 29679b0b98ad |
comparison
equal
deleted
inserted
replaced
175:776028f4bced | 176:b7ac381996e8 |
---|---|
6 {% load poll_tags %} | 6 {% load poll_tags %} |
7 {% load forum_tags %} | 7 {% load forum_tags %} |
8 {% load cache %} | 8 {% load cache %} |
9 {% block title %}Home{% endblock %} | 9 {% block title %}Home{% endblock %} |
10 {% block custom_head %} | 10 {% block custom_head %} |
11 <link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url feeds-news url="news" %}" /> | 11 <link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url feeds-news %}" /> |
12 {% endblock %} | 12 {% endblock %} |
13 {% block custom_css %} | 13 {% block custom_css %} |
14 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/news.css" /> | 14 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/news.css" /> |
15 {% endblock %} | 15 {% endblock %} |
16 {% block custom_js %} | 16 {% block custom_js %} |