diff options
author | friendica <info@friendica.com> | 2014-09-03 01:09:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-03 01:09:28 -0700 |
commit | 75d0f6329cc532c7f74927bdaa678d8d85f45a9e (patch) | |
tree | 43863c797d0bab2f4125a656b8b32013611d6a7c /view/tpl | |
parent | 5715d5f4c7a628c175fe9fea17210ca3151cd601 (diff) | |
download | volse-hubzilla-75d0f6329cc532c7f74927bdaa678d8d85f45a9e.tar.gz volse-hubzilla-75d0f6329cc532c7f74927bdaa678d8d85f45a9e.tar.bz2 volse-hubzilla-75d0f6329cc532c7f74927bdaa678d8d85f45a9e.zip |
outbound feed issue
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/atom_feed.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl index 2c8024d47..9e5b5a5be 100755 --- a/view/tpl/atom_feed.tpl +++ b/view/tpl/atom_feed.tpl @@ -15,6 +15,7 @@ <title>{{$feed_title}}</title> <generator uri="http://getzot.com" version="{{$version}}">{{$red}}</generator> <link rel="license" href="http://creativecommons.org/licenses/by/3.0/" /> + <link rel="alternate" type="text/html" href="{{$profile_page}}" /> {{if $hub}} {{$hub}} {{/if}} |