Expose RSS syndication feeds on profile page via <link href="..." > tags. (Closes: #318)

This commit is contained in:
Chris Lamb 2018-07-06 10:43:50 +02:00
parent a157edc7b3
commit 2e7bd00589
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
@push('meta')<meta property="og:description" content="{{$user->bio}}">
<meta property="og:image" content="{{$user->avatarUrl()}}">
<link href="{{$user->permalink('.atom')}}" rel="alternate" title="{{$user->username}} on PixelFed" type="application/atom+xml">
@if(false == $settings->crawlable || $user->remote_url)
<meta name="robots" content="noindex, nofollow">
@endif