From f5bda7971a931e19c0f381a2fea11ddc9d3bf5d9 Mon Sep 17 00:00:00 2001 From: NikaZhenya Date: Wed, 3 Oct 2018 23:39:01 -0500 Subject: [PATCH] Test for RSS --- build.rb | 6 ++++-- feed/rss.xml | 3 +++ html/entry001.html | 5 +++-- index.html | 3 ++- template/footer.html | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/build.rb b/build.rb index 02122b5..c01b2eb 100644 --- a/build.rb +++ b/build.rb @@ -107,7 +107,8 @@ def convert_md md :description => '', :author => $author_email + ' (' + $author_name + ')', :category => '', - :pubDate => '' + :pubDate => '', + :content => '' } # Gets properties from MD @@ -164,7 +165,7 @@ def convert_md md html = File.open(html_name, 'r:UTF-8') html.each do |l| if write && l !~ /^\s*