Explorar el Código

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
daniel hace 6 años
padre
commit
37fc5c1620
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      resources/views/profile/show.blade.php

+ 1 - 0
resources/views/profile/show.blade.php

@@ -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