Mercurial > public > sg101
diff gpp/templates/home.html @ 171:b1766b1bda45
Add rss news feed link on home page. Add rss news feed image and link on news home.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 12 Feb 2010 04:24:47 +0000 |
parents | 8acf5be27f18 |
children | b7ac381996e8 |
line wrap: on
line diff
--- a/gpp/templates/home.html Thu Feb 11 02:29:03 2010 +0000 +++ b/gpp/templates/home.html Fri Feb 12 04:24:47 2010 +0000 @@ -7,6 +7,9 @@ {% load forum_tags %} {% load cache %} {% block title %}Home{% endblock %} +{% block custom_head %} +<link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url feeds-news url="news" %}" /> +{% endblock %} {% block custom_css %} <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/news.css" /> {% endblock %}