Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit efafc66

Browse files
jzaeffererscottgonzalez
authored andcommitted
plugins.jquery.com: Cleanup sidebar, return popular tags in index
Closes jquerygh-320
1 parent feb9012 commit efafc66

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

themes/plugins.jquery.com/index.php

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@
77
</div>
88

99
<div id="content">
10-
<h2 class="center-txt">The jQuery Plugin Registry is in read-only mode.</h2>
11-
<h2 class="center-txt">New plugin releases will not be processed.</h2>
12-
<p class="center-txt">We recommend moving to npm, using "<a href="https://www.npmjs.org/browse/keyword/jquery-plugin">jquery-plugin</a>" as the keyword in your package.json.</p>
10+
<div class="three columns">
11+
<aside class="widget">
12+
<h3><i class="icon-tags"></i>Popular Tags</h3>
13+
<?php jq_popular_tags(); ?>
14+
</aside>
15+
</div>
16+
<div class="nine columns">
17+
<h2 class="center-txt">The jQuery Plugin Registry is in read-only mode.</h2>
18+
<h2 class="center-txt">New plugin releases will not be processed.</h2>
19+
<p class="center-txt">We recommend moving to npm, using "<a href="https://www.npmjs.org/browse/keyword/jquery-plugin">jquery-plugin</a>" as the keyword in your package.json.</p>
20+
</div>
1321
</div>
1422
</div>
1523

themes/plugins.jquery.com/sidebar.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
<div id="sidebar" class="widget-area" role="complementary">
2-
<aside class="widget">
3-
<h3 class="widget-title"><i class="icon-star"></i>New Plugins</h3>
4-
<?php jq_new_plugins(); ?>
5-
</aside>
6-
<aside class="widget">
7-
<h3 clas="widget-title"><i class="icon-calendar"></i>Recent Updates</h3>
8-
<?php jq_updated_plugins(); ?>
9-
</aside>
102
<aside class="widget">
113
<h3 class="widget-title"><i class="icon-tags"></i>Popular Tags</h3>
124
<?php jq_popular_tags(); ?>

0 commit comments

Comments
 (0)