Skip to content

Commit 54f2c49

Browse files
TheAlexLichterphanan
authored andcommitted
Add missing sponsored rel (#2442)
1 parent a678c08 commit 54f2c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div id="special">
3232
<h3>Special Sponsor</h3>
3333
<% var specialSponsor = theme.special_sponsors[0]; %>
34-
<a href="<%- specialSponsor.url %>" target="_blank" rel="noopener">
34+
<a href="<%- specialSponsor.url %>" target="_blank" rel="noopener sponsored">
3535
<img src="<%- url_for(`/images/${specialSponsor.img}`) %>" style="width:160px" alt="Code.xyz Logo">
3636
<br>
3737
<span><%- specialSponsor.description %></span>

0 commit comments

Comments
 (0)