[reproducible-website] 01/03: Set a nice title for the RSS feed.

Chris Lamb chris at chris-lamb.co.uk
Sun Apr 22 12:33:14 CEST 2018


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository reproducible-website.

commit c718f2eaeee760f62f018807761c92334cd996dc
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Apr 22 12:30:38 2018 +0200

    Set a nice title for the RSS feed.
---
 blog/index.rss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/index.rss b/blog/index.rss
index 542c61f..67b8268 100644
--- a/blog/index.rss
+++ b/blog/index.rss
@@ -5,7 +5,7 @@ layout: none
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>{{ site.title | xml_escape }}</title>
-    <description>{{ site.description | xml_escape }}</description>
+    <description>Reproducible builds blog</description>
     <link>{{ site.url }}/blog/</link>
     <atom:link href="{{ "/blog/index.rss" | prepend: site.url }}" rel="self" type="application/rss+xml" />
     <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git


More information about the rb-commits mailing list