mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
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:
commit
37fc5c1620
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue