Merge branch 'dev' into 'dev'
Add anti SEO link properties in directory listing See merge request hubzilla/core!1603
This commit is contained in:
commit
904ae05810
@ -43,7 +43,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $contact.network}}
|
{{if $contact.network}}
|
||||||
<div class="contact-info-element">
|
<div class="contact-info-element">
|
||||||
<span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}">{{$contact.recent_label}}</a>
|
<span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}" rel="nofollow noopener">{{$contact.recent_label}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user