We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a678c08 commit 54f2c49Copy full SHA for 54f2c49
themes/vue/layout/index.ejs
@@ -31,7 +31,7 @@
31
<div id="special">
32
<h3>Special Sponsor</h3>
33
<% var specialSponsor = theme.special_sponsors[0]; %>
34
- <a href="<%- specialSponsor.url %>" target="_blank" rel="noopener">
+ <a href="<%- specialSponsor.url %>" target="_blank" rel="noopener sponsored">
35
<img src="<%- url_for(`/images/${specialSponsor.img}`) %>" style="width:160px" alt="Code.xyz Logo">
36
<br>
37
<span><%- specialSponsor.description %></span>
0 commit comments