Skip to content

Commit

Permalink
fix sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 2, 2022
1 parent 4988f3a commit 540c99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/vue/layout/partials/platinum_sponsors.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="main-sponsor">
<span>Platinum Sponsors</span>
<div>
<%_ for (const sponsor of theme.platinum_sponsors) {_%>
<a href="<%- sponsor.url %>" target="_blank" rel="sponsored noopener" class="logo"<%- sponsor.inline_style ? ` style="${sponsor.inline_style}"` : `` %>>
<img src="<%- url_for(`/images/${sponsor.wide_img || sponsor.img}`) %>" alt="<%-sponsor.name-%>">
<%_ for (const sponsor of theme.platinum) {_%>
<a href="<%- sponsor.url %>" target="_blank" rel="sponsored noopener" class="logo">
<img src="https://sponsors.vuejs.org/images/<%- sponsor.img %>" alt="<%-sponsor.name-%>">
</a>
<%_ } _%>
</div>
Expand Down

0 comments on commit 540c99c

Please sign in to comment.