diff --git a/apps/rss_feeds/models.py b/apps/rss_feeds/models.py
index 0ea4ded71..601bc3036 100644
--- a/apps/rss_feeds/models.py
+++ b/apps/rss_feeds/models.py
@@ -860,7 +860,9 @@ class Feed(models.Model):
if not link:
links = entry.get('links')
if links:
- link = links[0]['href']
+ link = links[0].get('href')
+ if not link:
+ link = entry.get('id')
return link
def _exists_story(self, story=None, story_content=None, existing_stories=None):
diff --git a/media/css/reader.css b/media/css/reader.css
index 0adea3b65..7b1acee25 100644
--- a/media/css/reader.css
+++ b/media/css/reader.css
@@ -6083,7 +6083,7 @@ background: transparent;
}
.NB-static-iphone .NB-iphone-mockup {
float: right;
- margin: 132px 96px 0 0;
+ margin: 142px 96px 0 0;
width: 320px;
height: 460px;
position: relative;
diff --git a/media/img/originals/Download.png b/media/img/originals/Download.png
index e0e33a722..deb8e809f 100644
Binary files a/media/img/originals/Download.png and b/media/img/originals/Download.png differ
diff --git a/media/img/reader/download.png b/media/img/reader/download.png
index 95e47ac16..25de6e3c4 100644
Binary files a/media/img/reader/download.png and b/media/img/reader/download.png differ
diff --git a/templates/static/iphone.xhtml b/templates/static/iphone.xhtml
index 38b9f92ae..ac2d34ee4 100644
--- a/templates/static/iphone.xhtml
+++ b/templates/static/iphone.xhtml
@@ -25,7 +25,7 @@
Download the free NewsBlur iPhone app on the
iTunes App Store
-
+