mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
- 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}}
|