File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ platinum_sponsors_china:
10
10
img : gitee.png
11
11
12
12
special_sponsors :
13
- - url : https://stdlib.com
14
- img : stdlib.png
13
+ - url : https://code.xyz/
14
+ img : codexyz.png
15
+ description : Build APIs in Your Web Browser
15
16
16
17
platinum_sponsors :
17
18
- url : https://www.bitsrc.io/?utm_source=vue&utm_medium=vue&utm_campaign=vue&utm_term=vue&utm_content=vue
Original file line number Diff line number Diff line change 30
30
31
31
<div id =" special-sponsor" >
32
32
<h3 >Special Sponsor</h3 >
33
- <a href =" https://stdlib.com/" target =" _blank" >
34
- <img src =" /images/stdlib.png" style =" width :160px " alt =" Standard Library Logo" >
33
+ <% var specialSponsor = theme .special_sponsors [0 ]; %>
34
+ <a href =" <%- specialSponsor.url %>" target =" _blank" >
35
+ <img src =" <%- url_for(`/images/${specialSponsor.img}`) %>" style =" width :160px " alt =" Code.xyz Logo" >
35
36
<br >
36
- <span >Function as a Service Platform and Library </span >
37
+ <span ><% - specialSponsor . description %> </span >
37
38
</a >
38
39
</div >
39
40
Original file line number Diff line number Diff line change 8
8
font-weight : bold
9
9
display block
10
10
& :first-child
11
- margin-top : 12 px
11
+ margin-top : 18 px
12
12
& :last-child
13
- margin-bottom : 14 px
13
+ margin-bottom : 20 px
14
14
img , a
15
15
width : 125px
16
16
You can’t perform that action at this time.
0 commit comments