mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Expose RSS syndication feeds on profile page via <link href="..." > tags. (Closes: #318)
This commit is contained in:
parent
a157edc7b3
commit
2e7bd00589
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue