1
0
Fork 0

Added an alternate link to the profile in the atom feeds (feature request #925)

This commit is contained in:
Michael Vogel 2014-09-03 09:52:31 +02:00
commit 73904bfa03
3 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,7 @@
<title>{{$feed_title}}</title>
<generator uri="http://friendica.com" version="{{$version}}">Friendica</generator>
<link rel="license" href="http://creativecommons.org/licenses/by/3.0/" />
<link rel="alternate" type="text/html" href="{{$alternatelink}}" />
{{$hub}}
{{$salmon}}
{{$community}}

View file

@ -19,6 +19,7 @@
<title>{{$feed_title}}</title>
<generator uri="http://friendica.com" version="{{$version}}">Friendica</generator>
<link rel="license" href="http://creativecommons.org/licenses/by/3.0/" />
<link rel="alternate" type="text/html" href="{{$alternatelink}}" />
{{$hub}}
{{$salmon}}
{{$community}}