blog title & description
authorRalf Jung <post@ralfj.de>
Wed, 7 Oct 2015 11:45:24 +0000 (13:45 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 7 Oct 2015 11:45:24 +0000 (13:45 +0200)
_config.yml
feed.xml

index 55fc1171c0c38be005d8a054bed1a2631dafb08b..be1260fa4708c5380cd964cd0a591c40308f6d72 100644 (file)
@@ -2,6 +2,10 @@
 title: ralfj.de
 url: "https://www.ralfj.de"
 
 title: ralfj.de
 url: "https://www.ralfj.de"
 
+blog:
+    title: "Ralf's Ramblings"
+    description: "Ralf rambling on things"
+
 structure:
   - url: "/"
     title: "ralfj.de"
 structure:
   - url: "/"
     title: "ralfj.de"
index a6628bd842af95a7f423155dd95510941d3a78dc..0405375b4328af1eef860049a883f61eb03ccf45 100644 (file)
--- a/feed.xml
+++ b/feed.xml
@@ -4,9 +4,9 @@ layout: null
 <?xml version="1.0" encoding="UTF-8"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
 <?xml version="1.0" encoding="UTF-8"?>
 <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>
-    <link>{{ site.url }}{{ site.baseurl }}/</link>
+    <title>{{ site.blog.title | xml_escape }}</title>
+    <description>{{ site.blog.description | xml_escape }}</description>
+    <link>{{ site.url }}/</link>
     <atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
     <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
     <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
     <atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
     <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
     <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>