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
pull/410/head
daniel 7 years ago committed by GitHub
commit 37fc5c1620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,6 +74,7 @@
@push('meta')<meta property="og:description" content="{{$user->bio}}"> @push('meta')<meta property="og:description" content="{{$user->bio}}">
<meta property="og:image" content="{{$user->avatarUrl()}}"> <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) @if(false == $settings->crawlable || $user->remote_url)
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
@endif @endif

Loading…
Cancel
Save