From: Ralf Jung Date: Wed, 7 Oct 2015 11:45:24 +0000 (+0200) Subject: blog title & description X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/7747833a9c3f6de9d76141b23827862f8728e98a blog title & description --- diff --git a/_config.yml b/_config.yml index 55fc117..be1260f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,10 @@ title: ralfj.de url: "https://www.ralfj.de" +blog: + title: "Ralf's Ramblings" + description: "Ralf rambling on things" + structure: - url: "/" title: "ralfj.de" diff --git a/feed.xml b/feed.xml index a6628bd..0405375 100644 --- a/feed.xml +++ b/feed.xml @@ -4,9 +4,9 @@ layout: null - {{ site.title | xml_escape }} - {{ site.description | xml_escape }} - {{ site.url }}{{ site.baseurl }}/ + {{ site.blog.title | xml_escape }} + {{ site.blog.description | xml_escape }} + {{ site.url }}/ {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }}