Harmon Bhasin

Results 4 comments of Harmon Bhasin

Had a similar issue with trying to include my substack. After printing out the variable `xml`, it seems that I'm not even getting the rss feed, but rather am getting...

Came up with a solution, it's kind of rough, in external-posts.rb, I added the following line after reading in the xml file, ` if xml.include?('') xml = File.read('./substack.rss') end` where...

Another +1 on getting this feature implemented.

@joseacitores thanks for pointing this out, I was running into this same error.