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:
parent
d9aad6e860
commit
bdec743701
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user