mirror of
https://github.com/friendica/friendica
synced 2024-11-10 10:22:53 +00:00
46ed610d04
- New catch-all feature supports network/display pages, infinite scroll and live updated conversations
6 lines
207 B
Smarty
6 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}}
|