diff --git a/templates/uimodules/shake-follow.html b/templates/uimodules/shake-follow.html index 7d64390..6c4605f 100644 --- a/templates/uimodules/shake-follow.html +++ b/templates/uimodules/shake-follow.html @@ -8,7 +8,7 @@

{{ escape(shake.display_name()) }} {% if follow_user and follow_user.is_plus() %}pro{% end %}

{% if follow_user %}

{{escape(follow_user.about)}}

-

{{linkify(follow_user.website, True, extra_params='rel="nofollow" target="_blank"')}}

+

{{linkify(follow_user.website, True, extra_params='rel="me nofollow" target="_blank"')}}

{% else %}

{{escape(shake.description)}}

{% end %}