+ {{ $article->title }} @@ -19,6 +19,13 @@ {{ $article->subtitle }} + + Author: + {{ $article->author->display_name }} + + Published: + {{ $article->published_at }} + @endforeach {{-- diff --git a/resources/views/guest/main-nav.blade.php b/resources/views/guest/main-nav.blade.php index cdc1a8b..28cd970 100644 --- a/resources/views/guest/main-nav.blade.php +++ b/resources/views/guest/main-nav.blade.php @@ -1,5 +1,5 @@ - {{ config('app.name') }} + {{ config('blog.publishing_name') }} {{-- diff --git a/resources/views/guest/subscribe-fail.blade.php b/resources/views/guest/subscribe-fail.blade.php index 23f0ddc..d5961c1 100644 --- a/resources/views/guest/subscribe-fail.blade.php +++ b/resources/views/guest/subscribe-fail.blade.php @@ -5,6 +5,6 @@ @section('content') Subscription Error - Something went wrong while marking your interest. Sorry. + Something went wrong while marking your interest. Please try again, or contact me at {{ config('blog.contact_email') }} if the problem persists. @endsection diff --git a/resources/views/guest/subscribe-success.blade.php b/resources/views/guest/subscribe-success.blade.php index 3c5757c..94757f7 100644 --- a/resources/views/guest/subscribe-success.blade.php +++ b/resources/views/guest/subscribe-success.blade.php @@ -5,6 +5,6 @@ @section('content') Subscription Confirmed - You'll be the first to know about future posts. Thank you. + Thank you! You'll be the first to know about future posts. @endsection diff --git a/resources/views/guest/top-bar.blade.php b/resources/views/guest/top-bar.blade.php index 9ec01c4..d10545b 100644 --- a/resources/views/guest/top-bar.blade.php +++ b/resources/views/guest/top-bar.blade.php @@ -1,3 +1,3 @@ - UNRWA is working tirelessly to alleviate the horrors of genocide in Gaza. Support them here 🇵🇸 + UNRWA is working tirelessly to alleviate the horrors of genocide in Gaza. Support them here 🇵🇸 diff --git a/resources/views/layouts/guest.blade.php b/resources/views/layouts/guest.blade.php index 2422b17..6c63ee9 100644 --- a/resources/views/layouts/guest.blade.php +++ b/resources/views/layouts/guest.blade.php @@ -25,9 +25,12 @@ @yield('content', 'Nothing to see here.')
{{ $article->title }} @@ -19,6 +19,13 @@ {{ $article->subtitle }} + + Author: + {{ $article->author->display_name }} + + Published: + {{ $article->published_at }} +