Skip to content

Commit 2ffe7dd

Browse files
committed
Opportunity fix: menu and sidebar
1 parent dac673e commit 2ffe7dd

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

src/support-vuejs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
sponsors: true
3+
type: sponsors
34
---

themes/vue/layout/partners-page.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Vue Partners are premium shops that provide first-class Vue consulting and development.
44
</p>
55

6-
<h2>Active Partners</h2>
6+
<h2 id="active-partners">Active Partners</h2>
77

88
<% for (let partner of page.partners_list) { %>
99
<div class="partner">

themes/vue/layout/sponsors-page.ejs

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>Sponsor Vue.js Development</h1>
1+
<h1 id="sponsor-Vue-js-Development">Sponsor Vue.js Development</h1>
22

33
<p>
44
Vue.js is an MIT licensed open source project and completely free to use.
@@ -69,9 +69,9 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
6969
</li>
7070
</ul>
7171

72-
<h2>Current Premium Sponsors:</h2>
72+
<h2 id="current-premium-sponsors">Current Premium Sponsors</h2>
7373

74-
<h3>Special Sponsors</h3>
74+
<h3 id="special-sponsors">Special Sponsors</h3>
7575

7676
<p class="platinum">
7777
<%_ for (const sponsor of theme.special_sponsors) {_%>
@@ -81,7 +81,7 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
8181
<%_ } _%>
8282
</p>
8383

84-
<h3>Platinum</h3>
84+
<h3 id="platinum">Platinum</h3>
8585

8686
<p class="platinum">
8787
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
@@ -91,7 +91,7 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
9191
<%_ } _%>
9292
</p>
9393

94-
<h3>OpenCollective Platinum</h3>
94+
<h3 id="open-collective-platinum">OpenCollective Platinum</h3>
9595

9696
<p class="open-collective-sponsors sponsor-section">
9797
<%_ for (let i = 0; i < 10; i++) {_%>
@@ -101,7 +101,7 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
101101
<%_ } _%>
102102
</p>
103103

104-
<h3>Special Sponsors (China)</h3>
104+
<h3 id="special-sponsors-china">Special Sponsors (China)</h3>
105105

106106
<p class="platinum">
107107
<%_ for (const sponsor of theme.platinum_sponsors_china) {_%>
@@ -111,7 +111,7 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
111111
<%_ } _%>
112112
</p>
113113

114-
<h3>Patreon Gold</h3>
114+
<h3 id="patreon-gold">Patreon Gold</h3>
115115

116116
<p class="patreon-sponsors sponsor-section">
117117
<%_ for (const sponsor of theme.gold_sponsors) {_%>
@@ -121,7 +121,7 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
121121
<%_ } _%>
122122
</p>
123123

124-
<h3>OpenCollective Gold</h3>
124+
<h3 id="open-collective-gold">OpenCollective Gold</h3>
125125

126126
<p class="open-collective-sponsors sponsor-section">
127127
<%_ for (let i = 0; i < 10; i++) {_%>
@@ -131,7 +131,7 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
131131
<%_ } _%>
132132
</p>
133133

134-
<h3>Patreon Silver</h3>
134+
<h3 id="patreon-silver">Patreon Silver</h3>
135135

136136
<p class="patreon-sponsors sponsor-section">
137137
<%_ for (const sponsor of theme.silver_sponsors) {_%>
@@ -141,7 +141,7 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
141141
<%_ } _%>
142142
</p>
143143

144-
<h3>OpenCollective Silver</h3>
144+
<h3 id="open-collective-silver">OpenCollective Silver</h3>
145145

146146
<p class="open-collective-sponsors sponsor-section">
147147
<%_ for (let i = 0; i < 5; i++) {_%>

0 commit comments

Comments
 (0)