mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update landing page, fix hardcoded values
This commit is contained in:
parent
23e90fc5db
commit
dda5be75de
1 changed files with 3 additions and 1 deletions
|
@ -230,7 +230,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<p class="h5 font-weight-bold mt-2 mb-0">Albums</p>
|
<p class="h5 font-weight-bold mt-2 mb-0">Albums</p>
|
||||||
Create an album with up to <span class="font-weight-bold">10</span> photos
|
Create an album with up to <span class="font-weight-bold">{{config('pixelfed.max_album_length')}}</span> photos
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -281,6 +281,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@if(config('instance.stories.enabled'))
|
||||||
<div class="mb-5">
|
<div class="mb-5">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<div class="feature-circle">
|
<div class="feature-circle">
|
||||||
|
@ -292,6 +293,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue