1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

add rescue statement for blog feed parsing

This commit is contained in:
Matthias Kretschmann 2018-05-22 14:10:37 +02:00
parent d9aad6e860
commit bdec743701
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -34,7 +34,8 @@ module Jekyll
doc.data['image'] = image
jekyll_items.docs << doc
end
rescue
puts "Could not parse blog feed. Are you offline?"
end
end