1
0
Fork 0
forked from github/pelican

Add rel='nofollow' to all external hardcoded links in templates (#3162)

This commit is contained in:
Will Thong 2023-10-28 21:11:44 +01:00 committed by GitHub
commit 8a7e01646b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
109 changed files with 217 additions and 217 deletions

View file

@ -58,8 +58,8 @@
</main>
<footer>
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="https://www.python.org/">Python</a>.
Proudly powered by <a rel="nofollow" href="https://getpelican.com/">Pelican</a>,
which takes great advantage of <a rel="nofollow" href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
</footer>
</body>