diff options
author | Terry | 2019-03-29 02:51:39 -0300 |
---|---|---|
committer | Terry | 2019-03-29 02:51:39 -0300 |
commit | e1c761b546e14eb3c8200a31f9e4758e47c3c45b (patch) | |
tree | d6989300fc4782ad5eb1d919f48186dd247f578f /cgi/templates/txt_archive.html | |
parent | 9f44c7baa1d8489c4913628d12a06dae5b43d4b6 (diff) | |
download | weabot-e1c761b546e14eb3c8200a31f9e4758e47c3c45b.tar.gz weabot-e1c761b546e14eb3c8200a31f9e4758e47c3c45b.tar.xz weabot-e1c761b546e14eb3c8200a31f9e4758e47c3c45b.zip |
nofollow Parte 2
Diffstat (limited to 'cgi/templates/txt_archive.html')
-rw-r--r-- | cgi/templates/txt_archive.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html index 8d0f49d..da4d6b2 100644 --- a/cgi/templates/txt_archive.html +++ b/cgi/templates/txt_archive.html @@ -35,10 +35,10 @@ <a href="#{boards_url}#{board}/">■Volver al BBS■</a> <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/">Hilo completo</a> <?py if thread['length'] > 100: ?> - <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/-100" rel="nofollow">Primeros 100</a> + <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/-100">Primeros 100</a> <?py #endif ?> <?py if thread['length'] > 51: ?> - <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/l50" rel="nofollow">Últimos 50</a> + <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/l50">Últimos 50</a> <?py #endif ?> <a href="#bottom">▼Bajar▼</a> </div> @@ -83,13 +83,13 @@ <a href="#{boards_url}#{board}/">■Volver al BBS■</a> <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/">Hilo completo</a> <?py if prevrange: ?> - <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{prevrange}" rel="nofollow">Anteriores 100</a> + <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{prevrange}">Anteriores 100</a> <?py #endif ?> <?py if nextrange: ?> - <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{nextrange}" rel="nofollow">Próximos 100</a> + <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{nextrange}">Próximos 100</a> <?py #endif ?> <?py if thread['length'] > 51: ?> - <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/l50" rel="nofollow">Últimos 50</a> + <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/l50">Últimos 50</a> <?py #endif ?> <a href="#top">▲Subir▲</a> </form> |