diff --git a/themes/default/page_categories/show.blade.php b/themes/default/page_categories/show.blade.php index c0d60582..3806e892 100644 --- a/themes/default/page_categories/show.blade.php +++ b/themes/default/page_categories/show.blade.php @@ -23,13 +23,13 @@ @foreach ($category_pages as $page)
{{ $page->description->title }}
+ href="{{ type_route('page', $page) }}">{{ $page->description->title }}

{{ $page->created_at }}

@if ($page->description->summary)

{{ $page->description->summary ?? '' }}

@endif
{{ __('shop/account.check_details') }}{{ __('shop/account.check_details') }}
@@ -56,7 +56,7 @@