Made site template mobile friendly and added title to RSS feed
[biaweb2.git] / templates / rss.tpl.xml
index d3d49ed..9cd3550 100644 (file)
@@ -2,7 +2,8 @@
 <rss version="2.0">
 <channel>
     <!-- change title description and link as needed-->
-    <title>My Site</title>
+    <!-- don't touch anything within the curly braces -->
+    <title>My Site - {title}</title>
     <description>Site Description</description>
     <link>http://my.site</link>
     <pubDate>{pubdate:%a, %d %b %Y %H:%M:%S %z}</pubDate>