]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - rss_20.tmpl
Feat(blog): Encode tags
[phdru.name/phdru.name.git] / rss_20.tmpl
index 22692eadd40af5b57669029d2a58b953d9402625..0f22a6d2a2817ec44005d34f872825bba91bbafd 100644 (file)
@@ -2,12 +2,12 @@
 <rss version="2.0">
   <channel>
     <title>$title</title>
-    <link>$baseURL</link>
+    <link>$baseURL$indexFile</link>
     <description>$description</description>
     <language>$lang</language>
     <webMaster>$author &lt;$email&gt;</webMaster>
     <lastBuildDate>${posts[0].rfc822_date}</lastBuildDate>
-    <generator>http://phd.pp.ru/about/make/make-news.py.txt</generator>
+    <generator>https://phdru.name/about/make/${generator}.txt</generator>
 #for $post in $posts
     <item>
       <title>$post.title</title>
@@ -21,7 +21,7 @@ $post.excerpt
 #elif $post.content
 $post.content
 #end if
-#filter Filter
+#end filter
       </description>
 #end if
       <pubDate>${post.rfc822_date}</pubDate>