adds rel nofollow on external footer links
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
<p class="info">
|
||||
<%= t("layouts.footer.description",
|
||||
open_source: link_to(t("layouts.footer.open_source"), t("layouts.footer.open_source_url"), target: "blank"),
|
||||
consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank")).html_safe
|
||||
open_source: link_to(t("layouts.footer.open_source"), t("layouts.footer.open_source_url"), target: "blank", rel: "nofollow"),
|
||||
consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank", rel: "nofollow")).html_safe
|
||||
%>
|
||||
<%= t("layouts.footer.contact_us") %>
|
||||
<%= link_to t("layouts.footer.faq"), faq_path %>
|
||||
|
||||
Reference in New Issue
Block a user