added rel="nofollow" to links throughout site
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
% rebase('frame.tpl')
|
||||
% import random
|
||||
<div class="social">
|
||||
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png" alt="link to developer's Twitter"></a>
|
||||
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png" alt="link to developer's Twitter" rel="nofollow"></a>
|
||||
</div>
|
||||
|
||||
<div class="bg"> </div>
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="footer-row"> </div>
|
||||
|
||||
<div class="tweets">
|
||||
<a class="twitter-timeline" data-width="400" data-height="200" data-theme="dark" href="https://twitter.com/lilchimchooree?ref_src=twsrc%5Etfw">Tweets by lilchimchooree</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
<a class="twitter-timeline" data-width="400" data-height="200" data-theme="dark" rel="nofollow" href="https://twitter.com/lilchimchooree?ref_src=twsrc%5Etfw">Tweets by lilchimchooree</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
|
||||
<div class="news">
|
||||
@@ -18,7 +18,7 @@
|
||||
<ul>
|
||||
% for n in news:
|
||||
% bullet = random.choice(['.','•','☆','★'])
|
||||
<li>{{bullet}}	<a href={{n[0]}}>{{!n[1]}}</a><br></li>
|
||||
<li>{{bullet}}	<a href={{n[0]}} rel="nofollow">{{!n[1]}}</a><br></li>
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user