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 254dc6a commit 4e1c340Copy full SHA for 4e1c340
3 files changed
app/flatpages/help.md
@@ -17,7 +17,6 @@ toc: False
17
* [Ranks and Permissions](ranks_permissions/)
18
* [Contact Us](contact_us/)
19
* [Top Packages Algorithm](top_packages/)
20
-* [Featured Packages](featured/)
21
* [Feeds](feeds/)
22
23
## Help for Package Authors
app/flatpages/help/featured.md
app/templates/index.html
@@ -99,12 +99,6 @@ <h3 class="mt-0 mb-3">
99
<span class="visually-hidden">{{ _("Next") }}</span>
100
</button>
101
</div>
102
- <!-- <div class="text-end mb-5 text-muted" style="opacity: 0.4;">
103
- <a href="/help/featured/" class="btn">
104
- <i class="fas fa-question-circle me-1"></i>
105
- {{ _("Featured") }}
106
- </a>
107
- </div> -->
108
109
<h2 class="mb-3">{{ _("Recently Added") }}</h2>
110
{{ render_pkggrid(new) }}
0 commit comments