diff --git a/resources/views/components/article-excerpt.blade.php b/resources/views/components/article-excerpt.blade.php index 458a80a6..a40e88f3 100644 --- a/resources/views/components/article-excerpt.blade.php +++ b/resources/views/components/article-excerpt.blade.php @@ -1,13 +1,23 @@ -
+
+ + @if(Hyde::uriPath()) + + @endif +
@isset($post->matter['date']) - {{ date('M jS, Y', strtotime($post->matter['date'])) }}, + + {{ date('M jS, Y', strtotime($post->matter['date'])) }}, @endisset @isset($post->matter['author']) - by - {{ $post->matter['author'] }} + @endisset
diff --git a/resources/views/components/post/article.blade.php b/resources/views/components/post/article.blade.php index f0432f7b..e8498277 100644 --- a/resources/views/components/post/article.blade.php +++ b/resources/views/components/post/article.blade.php @@ -1,6 +1,10 @@
Hyde\Framework\Hyde::hasTorchlight()])> + @if(Hyde::uriPath()) + + @endif +

{{ $title ?? 'Blog Post' }}