From e667ddc7ee47d0897ffc5b569aadeafaa829d6a4 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 25 May 2021 00:33:12 -0600 Subject: add content:encoded tag in rss and update readme --- src/pyssg/template.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/pyssg/template.py') diff --git a/src/pyssg/template.py b/src/pyssg/template.py index d62c40f..0c43f22 100644 --- a/src/pyssg/template.py +++ b/src/pyssg/template.py @@ -115,7 +115,9 @@ class Template(HF): os.chdir('rss') self.__write_template('rss.xml', ['\n', - '\n', + '\n', ' \n', ' $$TITLE\n', ' $$LINK\n', -- cgit v1.2.3-54-g00ecf