Skip to content

Commit

Permalink
added XFN support via rel='me' on elsewhere rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
montylounge committed Oct 16, 2009
1 parent 339c599 commit b6dba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingus/templates/base.html
Expand Up @@ -93,7 +93,7 @@ <h4>{% trans "Elsewhere" %}</h4>
{% cache 3600 "base.profiles" %}
{% get_elsewhere_profiles as profiles %}
{% for item in profiles %}
<li><a href="{{ item.url }}" title="{{ item.name }}">{{ item.name }}</a></li>
<li><a href="{{ item.url }}" rel="me" title="{{ item.name }}">{{ item.name }}</a></li>
{% endfor %}
</ul>
{% endcache %}
Expand Down

0 comments on commit b6dba46

Please sign in to comment.