No sobreescribir rel="me" en Mastodon
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
dd3301cdfa
commit
ade5b6c49b
2 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
@ -21,7 +21,7 @@ template () {
|
||||||
markdown () {
|
markdown () {
|
||||||
# TODO: hacky
|
# TODO: hacky
|
||||||
cmark --unsafe "$1" \
|
cmark --unsafe "$1" \
|
||||||
| sed "s/<a /<a rel='noopener noreferrer' /gi" \
|
| sed "s/<a h/<a rel='noopener noreferrer' h/gi" \
|
||||||
| sed 's/\[\[\(.*\)\]\]/<a href="\1.html">\1<\/a>/g'
|
| sed 's/\[\[\(.*\)\]\]/<a href="\1.html">\1<\/a>/g'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
index.md
2
index.md
|
@ -21,6 +21,6 @@ Algunos de mis proyectos:
|
||||||
|
|
||||||
Webamigx: [nadie@nulo.in](mailto:nadie@nulo.in) <small>no gods no webmasters</small>
|
Webamigx: [nadie@nulo.in](mailto:nadie@nulo.in) <small>no gods no webmasters</small>
|
||||||
|
|
||||||
<a rel="me" href="https://todon.eu/@Nulo">Mastodon</a>
|
<a rel="me noopener noreferrer" href="https://todon.eu/@Nulo">Mastodon</a>
|
||||||
|
|
||||||
> De este sitio se desprenden graves falencias tales como simbología confusa, cuestionamientos ideológicos-sociales, objetivos no adecuados al hecho estético, ilimitada fantasía...
|
> De este sitio se desprenden graves falencias tales como simbología confusa, cuestionamientos ideológicos-sociales, objetivos no adecuados al hecho estético, ilimitada fantasía...
|
||||||
|
|
Reference in a new issue