From 2e7bd0058998e1704cb50b8a6198ca073eea3cdb Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 6 Jul 2018 10:43:50 +0200 Subject: [PATCH] Expose RSS syndication feeds on profile page via tags. (Closes: #318) --- resources/views/profile/show.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index fa502ae1a..885d2388a 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -74,6 +74,7 @@ @push('meta') + @if(false == $settings->crawlable || $user->remote_url) @endif