diff --git a/resources/views/site/index.blade.php b/resources/views/site/index.blade.php index 0af494e7..5168c09f 100644 --- a/resources/views/site/index.blade.php +++ b/resources/views/site/index.blade.php @@ -230,7 +230,7 @@

Albums

- Create an album with up to 10 photos + Create an album with up to {{config('pixelfed.max_album_length')}} photos
@@ -281,6 +281,7 @@ + @if(config('instance.stories.enabled'))
@@ -292,6 +293,7 @@
+ @endif