From 045eb5986ea11174b2ee39dc8476b365d734d37d Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 5 Jun 2021 03:13:59 -0600 Subject: refactor code and add image_url parsing --- src/pyssg/plt/rss.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/pyssg/plt/rss.xml') diff --git a/src/pyssg/plt/rss.xml b/src/pyssg/plt/rss.xml index 0426580..42020d7 100644 --- a/src/pyssg/plt/rss.xml +++ b/src/pyssg/plt/rss.xml @@ -3,24 +3,24 @@ xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> - {{site_title}} - {{site_base_url}} - + {{config.title}} + {{config.url}} + Short site description. en-us Blog Copyright 2021 Somebody some@one.com (Sombody) some@one.com (Sombody) - {{run_date}} - {{run_date}} - pyssg v{{pyssg_version}} + {{config.run_date_rss}} + {{run_date_rss}} + pyssg v{{config.version}} https://validator.w3.org/feed/docs/rss2.html 30 - {{site_base_static_url}}/images/blog.png - {{site_title}} - {{site_base_url}} + {{config.static_url}}/images/blog.png + {{config.title}} + {{config.url}} {%for p in all_pages%} -- cgit v1.2.3-54-g00ecf