Reversing changes

This commit is contained in:
NikaZhenya 2018-10-03 23:51:45 -05:00
parent 999127681b
commit 147d054d6d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ def convert_md md
data = item_split(l)
item[:pubDate] = get_date(data[0], true)
item[:category] = data[1]
item[:description] = data[2] + ' <a href="' + item[:link] + '">Read more</a>.'
item[:description] = data[2]
content.push(
'<p class="meta">' +
get_date(data[0]) + ' | ' +