friendica/view/templates/display-head.tpl
Hypolite Petovan 46ed610d04 Restore auto-complete feature in comments forms
- New catch-all feature supports network/display pages, infinite scroll and live updated conversations
2020-12-27 20:36:33 -05:00

7 lines
207 B
Smarty

{{if $alternate}}
<link href="{{$alternate}}" rel="alternate" type="application/atom+xml">
{{/if}}
{{if $conversation}}
<link href="{{$conversation}}" rel="conversation" type="application/atom+xml">
{{/if}}