1
0
Fork 0

Merge pull request #321 from lamby/expose-rss-syndication-feeds-on-profile-page-via-link-href-tags-318

Expose RSS syndication feeds on profile page via <link href="..." > tags
This commit is contained in:
daniel 2018-08-26 15:05:01 -06:00 committed by GitHub
commit 37fc5c1620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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