Commit a2b44f06 authored by 神楽坂玲奈's avatar 神楽坂玲奈

nofollow

parent 095e0327
...@@ -18,6 +18,7 @@ $(document).ready -> ...@@ -18,6 +18,7 @@ $(document).ready ->
for link in data for link in data
$('<a />', $('<a />',
href: link.url href: link.url
rel: "nofollow"
).append($('<img />', ).append($('<img />',
title: link.name title: link.name
alt: link.name alt: link.name
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
for (_i = 0, _len = data.length; _i < _len; _i++) { for (_i = 0, _len = data.length; _i < _len; _i++) {
link = data[_i]; link = data[_i];
_results.push($('<a />', { _results.push($('<a />', {
href: link.url href: link.url,
rel: "nofollow"
}).append($('<img />', { }).append($('<img />', {
title: link.name, title: link.name,
alt: link.name, alt: link.name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment