Skip to content

Commit 880d9e7

Browse files
committed
Add rel="sponsored" as requested for famety.com listing
Based on email conversation from 2025-03-04 and 2025-03-26. Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent 6267038 commit 880d9e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pmaweb/templates/_sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3>Gold sponsors</h3>
5555
</div>
5656

5757
<div class="sp gold">
58-
<a href="https://www.famety.com/"><img src="{% static 'images/famety.png' %}" alt="buy real Instagram followers" /></a>
58+
<a href="https://www.famety.com/" rel="sponsored"><img src="{% static 'images/famety.png' %}" alt="buy real Instagram followers" /></a>
5959
</div>
6060

6161
<div class="sp gold">

pmaweb/templates/sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h3>Gold sponsors</h3>
5454
</div>
5555

5656
<div class="logos">
57-
<a href="https://www.famety.com/"><img src="{% static 'images/famety.png' %}" alt="buy real Instagram followers" /></a>
57+
<a href="https://www.famety.com/" rel="sponsored"><img src="{% static 'images/famety.png' %}" alt="buy real Instagram followers" /></a>
5858
</div>
5959

6060
<div class="logos">

0 commit comments

Comments
 (0)