forked from github/pelican
Add rel='nofollow' to all external hardcoded links in templates (#3162)
This commit is contained in:
parent
b812f2ad1c
commit
8a7e01646b
109 changed files with 217 additions and 217 deletions
4
pelican/themes/simple/templates/base.html
vendored
4
pelican/themes/simple/templates/base.html
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue