]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/display-head.tpl
One more notice (#5429)
[friendica.git] / view / templates / display-head.tpl
index 9a96a23988fa36c27d05dbf1a1d1f215a0a82e80..b0f0a828e717e49fce08d9ff6f049de7dec66b28 100644 (file)
@@ -1,4 +1,9 @@
-
+{{if $alternate}}
+<link href='{{$alternate}}' rel='alternate' type='application/atom+xml'>
+{{/if}}
+{{if $conversation}}
+<link href='{{$conversation}}' rel='conversation' type='application/atom+xml'>
+{{/if}}
 <script>
 $(document).ready(function() {
        $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl");
@@ -6,4 +11,3 @@ $(document).ready(function() {
        $(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl");
 });
 </script>
-