mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Flag dead links as nofollow
This will stop them appearing as off-links from my site in search engines.
This commit is contained in:
parent
4fa7b7a083
commit
d7f0f2a5e8
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ tags:
|
||||||
- imported
|
- imported
|
||||||
- from-twitter
|
- from-twitter
|
||||||
---
|
---
|
||||||
Blinker your face… book newsfeed! Facebook becomes boring and you can do work http://toys.byjp.me/blinkers/
|
Blinker your face… book newsfeed! Facebook becomes boring and you can do work {{% linkrot "http://toys.byjp.me/blinkers/" %}}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<s class="linkrot" title="A link {{ with (.Get 1) }}to {{ . }} {{ end }}that has succumbed to linkrot, and isn't anywhere to be found.">{{ .Get 0 }}</s>
|
<s class="linkrot" title="A link {{ with (.Get 1) }}to {{ . }} {{ end }}that has succumbed to linkrot, and isn't anywhere to be found." rel="nofollow noopener noreferrer">{{ .Get 0 }}</s>
|
Loading…
Reference in a new issue