Skip to content

Commit 1f25a87

Browse files
Merge pull request #320 from CrossStream/rzr/review/master
c/s/promote.html: Fix image link with baseurl
2 parents c759d8f + 337decd commit 1f25a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/support/promote.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>Banners</h2>
3131
<td>
3232
<p>Link: <a href="<%= badge.path %>"><%= badge.path %></a></p>
3333
<p>HTML markup:<br/>
34-
<code>&lt;a href="https://fosdem.org"&gt;&lt;img src="<%= badge.path %>" alt="FOSDEM"/&gt;&lt;/a&gt;</code></p>
34+
<code>&lt;a href="https://fosdem.org"&gt;&lt;img src="https://fosdem.org<%= badge.path %>" alt="FOSDEM"/&gt;&lt;/a&gt;</code></p>
3535
</td>
3636
</tr>
3737
<% end %>

0 commit comments

Comments
 (0)