use head_add_link() for feed discovery

This commit is contained in:
zotlabs
2017-02-21 18:58:51 -08:00
parent bbacfbdd6a
commit 6644dc4861
7 changed files with 45 additions and 33 deletions

View File

@@ -37,8 +37,6 @@ class Cloud extends \Zotlabs\Web\Controller {
$profile = 0;
\App::$page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" href="' . z_root() . '/feed/' . $which . '" />' . "\r\n";
if ($which)
profile_load( $which, $profile);