summaryrefslogtreecommitdiffstats
path: root/templates/part.content.explore.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.explore.php')
-rw-r--r--templates/part.content.explore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index f225d7055..3ae47c916 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -5,7 +5,7 @@
<h2>{{ category }}</h2>
<ul>
- <li ng-repeat="entry in data | orderBy:'-votes'">
+ <li ng-repeat="entry in data | orderBy:'-votes'" ng-if="!Explore.feedExists(entry.url)">
<h3 ng-show="entry.favicon"
ng-style="{ backgroundImage: 'url(' + entry.favicon + ')'}">
{{ entry.title }}