From dda5be75deb05b61c7d9f46b9da1e1e46e9332fe Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 17 Apr 2020 16:48:22 -0600 Subject: [PATCH] Update landing page, fix hardcoded values --- resources/views/site/index.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/site/index.blade.php b/resources/views/site/index.blade.php index 0af494e78..5168c09fa 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