We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a409125 commit b28a069Copy full SHA for b28a069
1 file changed
src/pages/feeds-pages.njk
@@ -85,7 +85,7 @@ Feed may not be JSON compliant due to {{ feed._defective }}
85
86
<h2>Known Feeds:</h2>
87
88
-{% if (feed.knownFeeds | length) !== 1 %}
+{% if (feed.knownFeeds | length) !== 0 %}
89
<ul>
90
{% for feedName, feedUrl in feed.knownFeeds %}
91
<li>
@@ -96,7 +96,7 @@ Feed may not be JSON compliant due to {{ feed._defective }}
96
</ul>
97
{% else %}
98
<div class="alert alert-secondary" role="alert">
99
- This Feed links to no other feeds.
+ This feed links to no other feeds.
100
</div>
101
{% endif %}
102
0 commit comments