37d98bec8a5b

Add RSS autodiscovery to every page.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Jun 2009 01:32:15 -0400
parents b1e6fe413102
children 86efdd0bd8ca
branches/tags (none)
files templates/base.html

Changes

--- a/templates/base.html	Thu Jun 18 01:23:07 2009 -0400
+++ b/templates/base.html	Thu Jun 18 01:32:15 2009 -0400
@@ -32,6 +32,10 @@
     </script>
     
     {% block script %}{% endblock %}
+    
+    <link rel="alternate" type="application/rss+xml" 
+          title="RSS Feed for stevelosh.com" 
+          href="http://feeds2.feedburner.com/stevelosh" />
 </head>
 
 <body class="stevelosh">