diff --git a/config/pixelfed.php b/config/pixelfed.php index 344c0ea96..ffdd5b633 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.1.3', + 'version' => '0.1.4', /* |-------------------------------------------------------------------------- diff --git a/resources/views/discover/tags/show.blade.php b/resources/views/discover/tags/show.blade.php index 3099b3e41..49429ebd5 100644 --- a/resources/views/discover/tags/show.blade.php +++ b/resources/views/discover/tags/show.blade.php @@ -7,7 +7,7 @@
- +
@@ -16,13 +16,13 @@ {{$tag->name}}

- {{$count}} posts + {{$tag->posts_count}} posts

-
+
@foreach($posts as $status) @endforeach
- +
+ {{$posts->links()}} +
@endsection @@ -39,3 +41,21 @@ @push('meta') @endpush + +@push('scripts') + +@endpush